20 lines
355 B
Plaintext
20 lines
355 B
Plaintext
execute:
|
|
how: tmt
|
|
|
|
discover:
|
|
how: shell
|
|
dist-git-source: true
|
|
dist-git-install-builddeps: true
|
|
tests:
|
|
- name: unittests
|
|
test: |
|
|
cd $(dirname $TMT_SOURCE_DIR/cffi*/testing)
|
|
pytest-3.14 testing/
|
|
require:
|
|
- gcc
|
|
- gcc-c++
|
|
- python3.14-devel
|
|
- python3.14-pytest
|
|
- python3.14-cffi
|
|
- python3.14-setuptools
|