micropipenv/tests/upstream.fmf
2024-05-23 13:50:10 +02:00

13 lines
285 B
Plaintext

summary: upstream testsuite
require:
- python3-devel
- python3-test
- python3-pip
- python3-pytest
# flexmock installed from PyPI, not available in RHEL
test: |
pip install flexmock==0.12.1 &&
cd $(dirname $TMT_SOURCE_DIR/micropipenv-*/tests) &&
pytest -v
duration: 5m