python3.14-setuptools_scm/plan.fmf
Lukáš Zachar 6d86d494f1 Adjust gating
Use generic gating.yaml

Just an import test
2025-11-28 10:26:08 +01:00

15 lines
251 B
Plaintext

execute:
how: tmt
environment:
pybasever: '3.14'
discover:
- name: local repo
how: shell
tests:
- name: import_test
test: python${pybasever} -c "import setuptools_scm"
require:
- python${pybasever}-setuptools_scm