Skip to content

Commit 630551a

Browse files
committed
👹 Feed the hobgoblins (delint).
1 parent af7fcbb commit 630551a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

distutils/tests/test_sysconfig.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,9 @@ def test_customize_compiler(self):
130130
comp = self.customize_compiler()
131131
assert comp.exes['archiver'] == 'env_ar --env-arflags'
132132
assert comp.exes['preprocessor'] == 'env_cpp --env-cppflags'
133-
assert comp.exes['compiler'] == 'env_cc --env-cflags --env-cflags --env-cppflags'
133+
assert (
134+
comp.exes['compiler'] == 'env_cc --env-cflags --env-cflags --env-cppflags'
135+
)
134136
assert comp.exes['compiler_so'] == (
135137
'env_cc --env-cflags --env-cflags --env-cppflags --sc-ccshared'
136138
)

0 commit comments

Comments
 (0)