From 51087e094d8d6f8d900650764d224659a74ff89b Mon Sep 17 00:00:00 2001 From: Nicco Kunzmann Date: Thu, 5 Sep 2024 11:18:15 +0100 Subject: [PATCH] make tests without pytz run --- tox.ini | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tox.ini b/tox.ini index 96ebb8d..4f43b51 100644 --- a/tox.ini +++ b/tox.ini @@ -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