diff --git a/plan.fmf b/plan.fmf index 72ad07b..01c13a2 100644 --- a/plan.fmf +++ b/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