Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Jul 21, 2024
1 parent 9d20765 commit 58cc4a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions distutils/tests/test_build_ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ def test_build_ext(self, compiler):
cmd.build_lib = self.tmp_dir
cmd.build_temp = self.tmp_dir
cmd.compiler = compiler
assert cmd.compiler != "mingw32"

old_stdout = sys.stdout
if not support.verbose:
Expand Down

0 comments on commit 58cc4a2

Please sign in to comment.