Skip to content

Commit

Permalink
Exclude virtualenvs vers w/ regressions 20.0.[0-7] (tox-dev#1537)
Browse files Browse the repository at this point in the history
* Exclude virtualenvs vers w/ regressions 20.0.[0-7]

* Add a change fragment
  • Loading branch information
webknjaz authored and ssbarnea committed Apr 19, 2021
1 parent 7df3277 commit c06571c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/changelog/1537.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Exclude virtualenv depencency versions with known
regressions (20.0.[0-7]) - by :user:`webknjaz`.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ install_requires =
pluggy >= 0.12.0, <1
py >= 1.4.17, <2
six >= 1.14.0, <2 # required when virtualenv>=20
virtualenv >= 16.0.0
virtualenv >= 16.0.0, !=20.0.0, !=20.0.1, !=20.0.2, !=20.0.3, !=20.0.4, !=20.0.5, !=20.0.6, !=20.0.7
toml >=0.9.4
filelock >= 3.0.0, <4
colorama >= 0.4.1 ;platform_system=="Windows"
Expand Down

0 comments on commit c06571c

Please sign in to comment.