You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
355 B
20 lines
355 B
10 months ago
|
execute:
|
||
|
how: tmt
|
||
|
prepare:
|
||
|
how: shell
|
||
|
script: pip-3.12 install pretend==1.0.9
|
||
|
order: 90
|
||
|
discover:
|
||
|
how: shell
|
||
|
dist-git-source: true
|
||
|
tests:
|
||
|
- name: bundled tests
|
||
|
require:
|
||
|
- python3.12-pytest
|
||
|
- python3.12-pip
|
||
|
test: |
|
||
|
cd $(dirname $TMT_SOURCE_DIR/packaging-*/tests) &&
|
||
|
rm -rf packaging &&
|
||
|
pytest-3.12 tests/
|
||
|
|