16 lines
284 B
Plaintext
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
|