Skip to content

Commit

Permalink
Safely pin setuptools to fix failing test.
Browse files Browse the repository at this point in the history
  • Loading branch information
matteius committed Mar 26, 2022
1 parent 894f411 commit 626ce25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
required = [
"pip>=18.0",
"certifi",
"setuptools==60.10.0",
"setuptools>=36.2.1,<61.0.0",
"virtualenv-clone>=0.2.5",
"virtualenv"
]
Expand Down

0 comments on commit 626ce25

Please sign in to comment.