Skip to content

Commit f6fc390

Browse files
author
mypy wheels autopush
committed
Unpin virtualenv version
This pin was added in python#8387 and is no longer needed.
1 parent ac66403 commit f6fc390

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
python-version: ${{ matrix.python }}
4343
architecture: ${{ matrix.arch }}
4444
- name: install tox
45-
run: pip install --upgrade 'setuptools!=50' 'virtualenv<20' tox==3.20.1
45+
run: pip install --upgrade 'setuptools!=50' virtualenv tox==3.20.1
4646
- name: setup tox environment
4747
run: tox -e ${{ matrix.toxenv }} --notest
4848
- name: test

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
install:
9090
# pip 21.0 no longer works on Python 3.5
9191
- pip install -U pip==20.3.4 setuptools
92-
- pip install -U 'virtualenv<20'
92+
- pip install -U virtualenv
9393
- pip install -U tox==3.20.1
9494
- python2 -m pip install --user -U typing
9595
- tox --notest

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ pytest-forked>=1.3.0,<2.0.0
1313
pytest-cov>=2.10.0,<3.0.0
1414
typing>=3.5.2; python_version < '3.5'
1515
py>=1.5.2
16-
virtualenv<20
16+
virtualenv
1717
setuptools!=50
1818
importlib-metadata==0.20

0 commit comments

Comments
 (0)