Run poetry smoke test here in the CI

Because poetry contains a patch which has to be kept in sync
with the rpm_wheels patch here.
This commit is contained in:
Lumir Balhar 2023-03-01 15:17:06 +01:00
parent aa0f5a6f85
commit 346fd7b347

View File

@ -41,11 +41,14 @@
- smoke312: - smoke312:
dir: python/smoke dir: python/smoke
run: VERSION=3.12 METHOD=virtualenv ./venv.sh run: VERSION=3.12 METHOD=virtualenv ./venv.sh
- smoke_poetry:
run: poetry new smoke && cd smoke && poetry config --local virtualenvs.options.no-pip true && poetry add pello && poetry run pello_greeting
- rpm_qa: - rpm_qa:
run: rpm -qa | sort run: rpm -qa | sort
required_packages: required_packages:
- gcc - gcc
- virtualenv - virtualenv
- poetry
- python2.7 - python2.7
- python3.6 - python3.6
- python3.7 - python3.7