882fe9bfaa
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
19 lines
377 B
Plaintext
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
|