Add a simple smoke test

This commit is contained in:
Karolina Surma 2024-07-24 14:06:08 +02:00
parent d2cc4e10bf
commit c3bfe9a1e8

View File

@ -11,7 +11,11 @@
- pyproject_entrypoints:
dir: pyproject-rpm-macros/tests
run: ./mocktest.sh python-entrypoints
- import_test:
run: python3 -c "import flit_core"
required_packages:
- mock
- python3
- python3-flit-core
- rpmdevtools
- rpm-build