20 lines
424 B
Plaintext
20 lines
424 B
Plaintext
execute:
|
|
how: tmt
|
|
discover:
|
|
how: shell
|
|
dist-git-source: true
|
|
tests:
|
|
- name: bundled tests
|
|
require:
|
|
- python3.12-pytest
|
|
- python3.12-cffi
|
|
- python3.12-devel
|
|
- python3.12-setuptools
|
|
- patch
|
|
- gcc-c++
|
|
test: |
|
|
cd $(dirname $TMT_SOURCE_DIR/cffi-*/testing) &&
|
|
patch -p1 < $TMT_TREE/tests-no-error-sign-conversion.patch &&
|
|
rm -rf cffi* &&
|
|
pytest-3.12 testing/cffi0
|