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 9e17b9e commit 4d22123
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ def monkey_patch_get_default_compiler():
from distutils import ccompiler

default_compiler = os.environ.get("DISTUTILS_TEST_DEFAULT_COMPILER")
assert 0, default_compiler

if default_compiler is not None:

Expand Down
1 change: 0 additions & 1 deletion distutils/tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ def missing_compiler_executable(cmd_names: Sequence[str] = []): # pragma: no co
from distutils import ccompiler, errors, sysconfig

compiler = ccompiler.new_compiler()
assert 0, compiler
sysconfig.customize_compiler(compiler)
if compiler.compiler_type == "msvc":
# MSVC has no executables, so check whether initialization succeeds
Expand Down

0 comments on commit 4d22123

Please sign in to comment.