Skip to content

Commit

Permalink
Tests: Pin virtualenv to <20.22, for Python 3.6 environments
Browse files Browse the repository at this point in the history
  • Loading branch information
hroncok committed Apr 24, 2023
1 parent 94c7ff8 commit 10ff32b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def long_description():
"pytest",
"pytest-xdist",
"packaging",
"virtualenv<20.22", # pin required for tests with Python 3.6 envs
],
},
python_requires=">=3.6",
Expand Down

0 comments on commit 10ff32b

Please sign in to comment.