Skip to content

Commit

Permalink
Use a Python 3.10 compatible virtualenv
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Jul 16, 2021
1 parent af8c979 commit f97836f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
with:
python-version: ${{ matrix.python }}

- run: pip install tox 'virtualenv<20'
- run: pip install tox

# Main check
- name: Run unit tests
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
$acl.AddAccessRule($rule)
Set-Acl "R:\Temp" $acl
- run: pip install tox 'virtualenv<20'
- run: pip install tox
env:
TEMP: "R:\\Temp"

Expand Down
2 changes: 1 addition & 1 deletion tools/requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pytest-rerunfailures
pytest-xdist
scripttest
setuptools
virtualenv < 20.0
git+https://github.com/pypa/virtualenv@legacy
werkzeug
wheel
toml

0 comments on commit f97836f

Please sign in to comment.