diff options
| -rw-r--r-- | tox.ini | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5,7 +5,8 @@ toxworkdir={env:TOX_WORK_DIR:.tox} [testenv] deps = - pytest + # < 7.2 due to pypa/distutils#186 + pytest < 7.2 pytest-flake8 # workaround for tholo/pytest-flake8#87 |
