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 0009d0d commit 755c209
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,8 @@ jobs:
run: |
$env:MSYS2_ROOT = msys2 -c 'cygpath -m /'
$env:PATH = "$env:MSYS2_ROOT/ucrt64/bin;$env:PATH"
tox --env DISTUTILS_TEST_DEFAULT_COMPILER=mingw32
$env:DISTUTILS_TEST_DEFAULT_COMPILER = "mingw32"
tox
ci_setuptools:
# Integration testing with setuptools
Expand Down
1 change: 0 additions & 1 deletion conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ 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
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ setenv =
PYTHONWARNDEFAULTENCODING = 1
# pypa/distutils#99
VIRTUALENV_NO_SETUPTOOLS = 1
pass_env =
DISTUTILS_TEST_DEFAULT_COMPILER
commands =
pytest {posargs}
usedevelop = True
Expand Down

0 comments on commit 755c209

Please sign in to comment.