2024-07-31 11:18:26 +00:00
|
|
|
summary: run upstream unit tests
|
|
|
|
test: ./runtest.sh
|
|
|
|
require:
|
|
|
|
- cargo
|
|
|
|
- git-core
|
|
|
|
- python3-click
|
|
|
|
- python3-filelock
|
|
|
|
- python3-hatchling
|
|
|
|
- python3-httpx
|
|
|
|
- python3-packaging
|
|
|
|
- python3-pathspec
|
2024-08-02 10:32:39 +00:00
|
|
|
- python3-pip
|
2024-07-31 11:18:26 +00:00
|
|
|
- python3-platformdirs
|
|
|
|
- python3-pytest
|
|
|
|
- python3-pytest-mock
|
|
|
|
- python3-rich
|
|
|
|
- python3-tomli-w
|
|
|
|
- python3-virtualenv
|
|
|
|
duration: 10m
|