We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 520991f commit 543bd3bCopy full SHA for 543bd3b
tox.ini
@@ -30,7 +30,7 @@ setenv = PYTHONDEVMODE = 1
30
deps = importcheck>=0.1.0
31
commands =
32
python --version
33
- python -Werror -m importcheck {posargs}
+ python -m importcheck {posargs}
34
35
[testenv:build]
36
skip_install = True
0 commit comments