Skip to content

Commit 8813a17

Browse files
committed
👹 Feed the hobgoblins (delint).
1 parent 17fda7e commit 8813a17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distutils/tests/test_unixccompiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def rpath_foo(self):
3131

3232

3333
class TestUnixCCompiler(support.TempdirManager):
34-
@pytest.mark.skipif('platform.system == "Windows"')
34+
@pytest.mark.skipif('platform.system == "Windows"') # noqa: C901
3535
def test_runtime_libdir_option(self): # noqa: C901
3636
# Issue #5900; GitHub Issue #37
3737
#

0 commit comments

Comments
 (0)