Skip to content

Commit cc455d0

Browse files
committed
Utilize the fixture for disabling compiler customization on macOS for cxx test. Closes #231.
1 parent e58492b commit cc455d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

distutils/tests/test_unixccompiler.py

+1
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ def gcvs(*args, _orig=sysconfig.get_config_vars):
248248
assert self.cc.linker_so[0] == 'my_cc'
249249

250250
@pytest.mark.skipif('platform.system == "Windows"')
251+
@pytest.mark.usefixtures('disable_macos_customization')
251252
def test_cc_overrides_ldshared_for_cxx_correctly(self):
252253
"""
253254
Ensure that setting CC env variable also changes default linker

0 commit comments

Comments
 (0)