Skip to content

Commit 7881c53

Browse files
authored
Merge pull request #12561 from notatallshaw/remove-unneeded-installs-from-zipapp-test
Remove unneeded installs from zipapp ci tests
2 parents cc469b4 + a765088 commit 7881c53

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ jobs:
230230
sudo apt-get update
231231
sudo apt-get install bzr
232232
233-
- run: pip install nox 'virtualenv<20' 'setuptools != 60.6.0'
233+
- run: pip install nox
234234

235235
# Main check
236236
- name: Run integration tests

news/12561.trivial.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Remove virtualenv and setuptools installs from zipapp CI tests

0 commit comments

Comments
 (0)