python3.14-requests/plan.fmf
Lukáš Zachar a8203594b3 Add gating
Remove existing tests and keep just bundled testsuite.
2025-11-28 12:27:13 +01:00

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