summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Geier <geier@lostpackets.de>2023-11-24 11:01:28 +0100
committerChristian Geier <geier@lostpackets.de>2024-01-29 15:39:25 +0100
commitaacbc2d983b79b28694aed617552a699806ec9b8 (patch)
tree113fcc6f284be85476c5592887c8f046e3ca6f34
parent28f3d1ff9b480debfeaf38accefe17495b1d2ea0 (diff)
tox: use dependencies from pyproject.toml
-rw-r--r--pyproject.toml1
-rw-r--r--tox.ini8
2 files changed, 2 insertions, 7 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 35d133f5..f322cc08 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -40,6 +40,7 @@ proctitle = [
"setproctitle"
]
test = [
+ "pytest",
"freezegun",
"hypothesis",
"packaging",
diff --git a/tox.ini b/tox.ini
index d1671f6e..b8402b87 100644
--- a/tox.ini
+++ b/tox.ini
@@ -15,15 +15,9 @@ passenv =
TRAVIS_JOB_NUMBER
TRAVIS_PULL_REQUEST
TRAVIS_REPO_SLUG
-deps =
- pytest
- freezegun
- !py36: vdirsyncer
- py36: vdirsyncer==0.16.8
- python-dateutil
+extras =
pytz20187: pytz==2018.7
pytz_latest: pytz
- hypothesis
commands =
py.test {posargs}