CI: Remove pipenv --three
from tests
It does no longer exist: Usage: pipenv [OPTIONS] COMMAND [ARGS]... Try 'pipenv -h' for help. Error: No such option: --three (Possible options: --bare, --help, --where) The `pipenv install` command will create the environment. See https://src.fedoraproject.org/rpms/pipenv/c/5591b2df503495b
This commit is contained in:
parent
f657771b14
commit
a2d6e7ddd8
@ -62,7 +62,7 @@
|
|||||||
dir: python/smoke
|
dir: python/smoke
|
||||||
run: VERSION=3.12 METHOD=virtualenv ./venv.sh
|
run: VERSION=3.12 METHOD=virtualenv ./venv.sh
|
||||||
- pipenv:
|
- pipenv:
|
||||||
run: pipenv --three && pipenv install six
|
run: pipenv install six
|
||||||
- pyproject_pytest:
|
- pyproject_pytest:
|
||||||
dir: pyproject-rpm-macros/tests
|
dir: pyproject-rpm-macros/tests
|
||||||
run: ./mocktest.sh python-pytest
|
run: ./mocktest.sh python-pytest
|
||||||
|
Loading…
Reference in New Issue
Block a user