Skip to content

Commit

Permalink
Our test suite needs setuptools in the system Python
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Oct 4, 2023
1 parent fc3424c commit 6df1f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ install:
- "set PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- python --version
- pip install -U virtualenv # upgrade pip in tox's virtualenvs
- pip install tox
- pip install tox setuptools
- choco install bzr
- "set PATH=C:\\Program Files (x86)\\Bazaar;%PATH%"
- bzr --version
Expand Down

0 comments on commit 6df1f22

Please sign in to comment.