CI: Disable Python 2.7 and 3.6 virtualenv tests
virtualenv in Fedora 42+ no longer supports them [skip changelog]
This commit is contained in:
parent
858b6685fa
commit
4965892859
1 changed files with 1 additions and 7 deletions
|
|
@ -12,7 +12,7 @@
|
|||
tests:
|
||||
- smoke36:
|
||||
dir: python/smoke
|
||||
run: VERSION=3.6 ./venv.sh
|
||||
run: VERSION=3.6 TOX=false ./venv.sh
|
||||
- smoke37:
|
||||
dir: python/smoke
|
||||
run: VERSION=3.7 INSTALL_OR_SKIP=true ./venv.sh
|
||||
|
|
@ -34,12 +34,6 @@
|
|||
- smoke313:
|
||||
dir: python/smoke
|
||||
run: VERSION=3.13 ./venv.sh
|
||||
- smoke27:
|
||||
dir: python/smoke
|
||||
run: VERSION=2.7 METHOD=virtualenv INSTALL_OR_SKIP=true ./venv.sh
|
||||
- smoke36_virtualenv:
|
||||
dir: python/smoke
|
||||
run: VERSION=3.6 METHOD=virtualenv ./venv.sh
|
||||
- smoke37_virtualenv:
|
||||
dir: python/smoke
|
||||
run: VERSION=3.7 METHOD=virtualenv INSTALL_OR_SKIP=true ./venv.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue