Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fac2cda

Browse filesBrowse files
authored
Unpin setuptools version (#9470)
1 parent 3186281 commit fac2cda
Copy full SHA for fac2cda

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

‎.github/workflows/test.yml

Copy file name to clipboardExpand all lines: .github/workflows/test.yml
+1-1Lines 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.9.0
45+
run: pip install --upgrade 'setuptools!=50' 'virtualenv<20' tox==3.9.0
4646
- name: setup tox environment
4747
run: tox -e ${{ matrix.toxenv }} --notest
4848
- name: test

‎test-requirements.txt

Copy file name to clipboardExpand all lines: test-requirements.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ pytest-cov>=2.10.0,<3.0.0
1212
typing>=3.5.2; python_version < '3.5'
1313
py>=1.5.2
1414
virtualenv<20
15-
setuptools<50
15+
setuptools!=50
1616
importlib-metadata==0.20

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.