Add a simple smoke test

This commit is contained in:
Tomáš Hrnčiar 2024-08-07 08:38:01 +02:00
parent 3f8b519654
commit 243989daa3

View File

@ -61,6 +61,8 @@
- pyproject_pluggy:
dir: pyproject-rpm-macros/tests
run: ./mocktest.sh python-pluggy
- import_test:
run: python3 -c "import setuptools"
required_packages:
- gcc
- virtualenv
@ -71,7 +73,9 @@
- python3.10-devel
- python3.11-devel
- python3.12-devel
- python3
- python3-devel
- python3-setuptools
- python3-tox
- mock
- rpmdevtools