16 lines
311 B
Plaintext
16 lines
311 B
Plaintext
execute:
|
|
how: tmt
|
|
discover:
|
|
how: shell
|
|
dist-git-source: true
|
|
tests:
|
|
- name: bundled tests
|
|
require:
|
|
- platform-python
|
|
- python3-pytest
|
|
- python3-mock
|
|
- python3-urllib3
|
|
test: |
|
|
cd $(dirname $TMT_SOURCE_DIR/urllib3-*/test) &&
|
|
/usr/libexec/platform-python -m pytest -v
|