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 bbc016e commit c0c63b4Copy full SHA for c0c63b4
tox.ini
@@ -25,11 +25,15 @@ deps =
25
-r requirements/tests.txt
26
commands_pre =
27
noflaskbabel: pip uninstall -y flask-babel
28
-commands = pytest -v --tb=short --basetemp={envtmpdir} flask_admin/tests {posargs}
+commands =
29
+ pip freeze
30
+ pytest -v --tb=short --basetemp={envtmpdir} flask_admin/tests {posargs}
31
32
[testenv:py38-min]
33
deps = -r requirements-skip/tests-min.txt
-commands = pytest -v --tb=short --basetemp={envtmpdir} flask_admin/tests -W 'default::DeprecationWarning' {posargs}
34
35
36
+ pytest -v --tb=short --basetemp={envtmpdir} flask_admin/tests -W 'default::DeprecationWarning' {posargs}
37
38
[testenv:style]
39
deps = pre-commit
0 commit comments