We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07d894d commit adc4b12Copy full SHA for adc4b12
tests/fixtures.py
@@ -9,6 +9,7 @@
9
import functools
10
import contextlib
11
12
+from .compat.py312 import import_helper
13
from .compat.py39 import os_helper
14
15
from . import _path
@@ -84,6 +85,7 @@ def add_sys_path(dir):
84
85
def setUp(self):
86
super().setUp()
87
self.fixtures.enter_context(self.add_sys_path(self.site_dir))
88
+ self.fixtures.enter_context(import_helper.isolated_modules())
89
90
91
class SiteBuilder(SiteDir):
0 commit comments