Skip to content

Commit 71e4662

Browse files
committed
Remove version restriction on virtualenv
1 parent cdb36fd commit 71e4662

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ pytest-rerunfailures
77
pytest-xdist
88
scripttest
99
setuptools
10-
virtualenv < 20.0 ; python_version < '3.10'
11-
virtualenv >= 20.0 ; python_version >= '3.10'
10+
virtualenv
1211
werkzeug
1312
wheel
1413
tomli-w

0 commit comments

Comments
 (0)