From 45126ef8952b866df0ba0d0dc33ad23047d6b71d Mon Sep 17 00:00:00 2001 From: Ronny Pfannschmidt Date: Wed, 25 Sep 2024 13:26:02 +0200 Subject: [PATCH] tox: add special env to run xandikos/radicale tests --- tox.ini | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index a6c270a..0d4ba8b 100644 --- a/tox.ini +++ b/tox.ini @@ -1,11 +1,13 @@ [tox:tox] -envlist = py38,py39,py310,py311,py312,docs,style +envlist = py38,py39,py310,py311,py312,py-radicale-xandikos,docs,style requires = tox>=4 [testenv] usedevelop = true extras = test -deps = radicale +deps = + radicale: radicale + xandikos: xandikos commands = coverage: coverage run -m pytest [] !coverage: pytest []