python-hatchling/tests/unit/main.fmf
Miro Hrončok 882fe9bfaa CI: Install more packages from PyPI
Apparently, httpx and rich are not available in RHEL+EPEL 10.

Perhaps they were installed from Fedora previously on Zuul,
due to https://issues.redhat.com/browse/TFT-2564
2024-11-05 12:46:31 +01:00

19 lines
377 B
Plaintext

summary: run upstream unit tests
test: ./runtest.sh
require:
- cargo
- git-core
- python3-idna # packaged dependency of httpx
- python3-click
- python3-filelock
- python3-hatchling
- python3-packaging
- python3-pathspec
- python3-pip
- python3-platformdirs
- python3-pytest
- python3-pytest-mock
- python3-tomli-w
- python3-virtualenv
duration: 10m