Skip to content

Commit 1a52031

Browse files
committed
Limit setuptools on 3.10 for tests
This is a temporary measure until we fix the importlib.metadata backend.
1 parent 83ca10a commit 1a52031

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ pytest-rerunfailures
77
pytest-xdist
88
scripttest
99
setuptools
10+
setuptools < 68.2 ; python_version < '3.10'
1011
virtualenv < 20.0 ; python_version < '3.10'
1112
virtualenv >= 20.0 ; python_version >= '3.10'
1213
werkzeug

0 commit comments

Comments
 (0)