Add a simple smoke test
This commit is contained in:
parent
3f8b519654
commit
243989daa3
@ -61,6 +61,8 @@
|
|||||||
- pyproject_pluggy:
|
- pyproject_pluggy:
|
||||||
dir: pyproject-rpm-macros/tests
|
dir: pyproject-rpm-macros/tests
|
||||||
run: ./mocktest.sh python-pluggy
|
run: ./mocktest.sh python-pluggy
|
||||||
|
- import_test:
|
||||||
|
run: python3 -c "import setuptools"
|
||||||
required_packages:
|
required_packages:
|
||||||
- gcc
|
- gcc
|
||||||
- virtualenv
|
- virtualenv
|
||||||
@ -71,7 +73,9 @@
|
|||||||
- python3.10-devel
|
- python3.10-devel
|
||||||
- python3.11-devel
|
- python3.11-devel
|
||||||
- python3.12-devel
|
- python3.12-devel
|
||||||
|
- python3
|
||||||
- python3-devel
|
- python3-devel
|
||||||
|
- python3-setuptools
|
||||||
- python3-tox
|
- python3-tox
|
||||||
- mock
|
- mock
|
||||||
- rpmdevtools
|
- rpmdevtools
|
||||||
|
Loading…
Reference in New Issue
Block a user