We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b16c1de commit 57152cfCopy full SHA for 57152cf
conftest.py
@@ -92,7 +92,7 @@ def monkeysession(request):
92
mpatch.undo()
93
94
95
-@pytest.fixture(autouse=True, scope="session")
+@pytest.fixture(scope="module")
96
def suppress_path_mangle(monkeysession):
97
"""
98
Disable the path mangling in CCompiler. Workaround for #169.
distutils/tests/test_ccompiler.py
@@ -7,6 +7,8 @@
7
8
import pytest
9
10
+pytestmark = pytest.mark.usefixtures('suppress_path_mangle')
11
+
12
13
def _make_strs(paths):
14
0 commit comments