Skip to content

Commit

Permalink
Utilize the fixture for disabling compiler customization on macOS for…
Browse files Browse the repository at this point in the history
… cxx test. Closes #231.
  • Loading branch information
jaraco committed Mar 2, 2024
1 parent a4220c0 commit 6c43552
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions distutils/tests/test_unixccompiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ def gcvs(*args, _orig=sysconfig.get_config_vars):
assert self.cc.linker_so[0] == 'my_cc'

@pytest.mark.skipif('platform.system == "Windows"')
@pytest.mark.usefixtures('disable_macos_customization')
def test_cc_overrides_ldshared_for_cxx_correctly(self):
"""
Ensure that setting CC env variable also changes default linker
Expand Down

0 comments on commit 6c43552

Please sign in to comment.