Skip to content

Commit

Permalink
Explicitly blacklist virtualenv 20.0.22 in testing env (#1751)
Browse files Browse the repository at this point in the history
* Explicitly blacklist virtualenv 20.0.22 due to spelling error breaking it

* correctly blacklist version of virtualenv
  • Loading branch information
christophert authored Jun 14, 2020
1 parent 9b105aa commit a2488ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit a2488ac

Please sign in to comment.