X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=tox.ini;h=c5d6ddb9ab45ef231d106b9725aee8b7ab36cfe7;hb=f21252c924ea71af5f52cda8d819e229403301b1;hp=50cefb2204c1040a41a6cfd55c0058246a9908f6;hpb=2454320bc766d48f450dc888cb78eb4a8197483f;p=ppu.git diff --git a/tox.ini b/tox.ini index 50cefb2..c5d6ddb 100644 --- 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