unioslo / zabbix-cli

Command-line interface for Zabbix
https://unioslo.github.io/zabbix-cli/
GNU General Public License v3.0
206 stars 102 forks source link

Specify tests directory in CI #203

Closed pederhan closed 1 month ago

pederhan commented 1 month ago

The cached uv GitHub action seems to unpack its cached dependencies into the source code directory, which then makes invoking pytest -vv without an argument run tests on all source distributions that have tests. Since those source code distributions can have tests written for extras we don't have, those tests then fail.