make tests without pytz run

pull/707/head
Nicco Kunzmann 2024-09-05 11:18:15 +01:00
rodzic b376d32521
commit 51087e094d
1 zmienionych plików z 0 dodań i 4 usunięć

Wyświetl plik

@ -20,15 +20,11 @@ commands =
usedevelop = False
# use lowest version
basepython = python3.8
allowlist_externals =
rm
deps =
setuptools>=70.1.0
pytest
coverage
hypothesis
commands =
rm -rf build # do not mess up import
coverage run --branch --source=src/icalendar --omit=*/tests/hypothesis/* --omit=*/tests/fuzzed/* --module pytest []
coverage report
coverage html