20 lines
357 B
Plaintext
20 lines
357 B
Plaintext
execute:
|
|
how: tmt
|
|
|
|
discover:
|
|
how: shell
|
|
dist-git-source: true
|
|
|
|
tests:
|
|
- name: unit
|
|
test: |
|
|
pip3.14 install trustme httpbin~=0.10.0 pytest-httpbin==2.1.0 "PySocks>=1.5.6, !=1.5.7"
|
|
|
|
cd $(dirname $TMT_SOURCE_DIR/*/tests)
|
|
pytest-3.14 -v tests/
|
|
require:
|
|
- python3.14-requests
|
|
- python3.14-pytest
|
|
- python3.14-pip
|
|
|