Skip to content

Commit

Permalink
Revert "pin setuptools<40"
Browse files Browse the repository at this point in the history
This was probably fixed in 40.3 with pypa/setuptools#1402

This reverts commit 0e96193.
  • Loading branch information
Anton Lundin committed Sep 27, 2019
1 parent 7411871 commit 0ed46d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions builders/python
Expand Up @@ -42,8 +42,7 @@ export PIP_INDEX_URL=https://pypi.sunet.se/simple/

python --version

# Use setuptools<40 until namespace bug is fixed
pip install -U "setuptools<40"
pip install -U setuptools
pip install -U pip

test -f requirements.txt && pip install --pre -r requirements.txt
Expand Down

0 comments on commit 0ed46d3

Please sign in to comment.