From a2488aca58dd5ea2563c65eccd3c7b895c6ce8c1 Mon Sep 17 00:00:00 2001 From: Christopher Tran Date: Sun, 14 Jun 2020 17:03:41 -0400 Subject: [PATCH] Explicitly blacklist virtualenv 20.0.22 in testing env (#1751) * Explicitly blacklist virtualenv 20.0.22 due to spelling error breaking it * correctly blacklist version of virtualenv --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) 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