python-dns/plan.fmf
2026-07-08 20:48:48 +02:00

16 lines
284 B
Plaintext

discover:
how: shell
dist-git-source: true
tests:
- name: unit
test: |
cd $(dirname $TMT_SOURCE_DIR/dnspython-*/tests)
rm -rf dns dnspython.egg-info
cd tests
/usr/libexec/platform-python utest.py
require:
- python3-dns
execute:
how: tmt