diff --git a/tox.ini b/tox.ini index 06657e4e..6a224b52 100644 --- a/tox.ini +++ b/tox.ini @@ -5,8 +5,9 @@ toxworkdir={env:TOX_WORK_DIR:.tox} [testenv] deps = - # pypa/distutils#186; workaround for pytest-dev/pytest#10447 - pytest @ git+https://github.com/RonnyPfannschmidt/pytest@fix-10447-maker-mro-order-needs-reverse + pytest \ + # required for #186 + >= 7.4.3 pytest-flake8 # workaround for tholo/pytest-flake8#87