diff --git a/tox.ini b/tox.ini index 337966042..233531088 100644 --- a/tox.ini +++ b/tox.ini @@ -18,6 +18,7 @@ description = run tests passenv = TOXENV CI TRAVIS TRAVIS_* CODECOV_* deps = -rrequirements.txt + virtualenv!=20.0.22 pre-commit pytest pytest-aiohttp @@ -31,6 +32,7 @@ description = run tests passenv = TOXENV CI TRAVIS TRAVIS_* CODECOV_* deps = -rrequirements.txt + virtualenv!=20.0.22 pre-commit pytest pytest-aiohttp