]> git.phdru.name Git - ppu.git/blobdiff - tox.ini
CI(GHActions): Show `tox`/`pytest` version
[ppu.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 50cefb2204c1040a41a6cfd55c0058246a9908f6..c5d6ddb9ab45ef231d106b9725aee8b7ab36cfe7 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -17,6 +17,7 @@ basepython =
 commands =
     {envpython} --version
     {envpython} -c "import struct; print(struct.calcsize('P') * 8)"
+    {envpython} -m pytest --version
 deps =
     -rdevscripts/requirements/requirements_tests.txt
 
@@ -28,6 +29,7 @@ commands =
 [testenv:{py27,py34,py35,py36,py37,py38,py39,py310}-flake8]
 deps =
     flake8
+    pytest < 7.0
 commands =
     {[testenv]commands}
     flake8