Remove Python 3.9 from tests; pip no longer supports it since 26.1.
This commit is contained in:
parent
3f3ab3fbad
commit
a5bfb663f2
1 changed files with 0 additions and 7 deletions
7
plan.fmf
7
plan.fmf
|
|
@ -9,9 +9,6 @@ discover:
|
|||
- name: smoke36
|
||||
path: /smoke
|
||||
test: VERSION=3.6 TOX=false ./venv.sh
|
||||
- name: smoke39
|
||||
path: /smoke
|
||||
test: VERSION=3.9 ./venv.sh
|
||||
- name: smoke310
|
||||
path: /smoke
|
||||
test: VERSION=3.10 ./venv.sh
|
||||
|
|
@ -30,9 +27,6 @@ discover:
|
|||
- name: smoke315
|
||||
path: /smoke
|
||||
test: VERSION=3.15 ./venv.sh
|
||||
- name: smoke39_virtualenv
|
||||
path: /smoke
|
||||
test: VERSION=3.9 METHOD=virtualenv ./venv.sh
|
||||
- name: smoke310_virtualenv
|
||||
path: /smoke
|
||||
test: VERSION=3.10 METHOD=virtualenv ./venv.sh
|
||||
|
|
@ -89,7 +83,6 @@ prepare:
|
|||
- gcc
|
||||
- virtualenv
|
||||
- python3.6-devel
|
||||
- python3.9-devel
|
||||
- python3.10-devel
|
||||
- python3.11-devel
|
||||
- python3.12-devel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue