From 197ee47630c7bf20c54f9eb9e5d1c9e1519f25f5 Mon Sep 17 00:00:00 2001 From: spacemanspiff2007 <10754716+spacemanspiff2007@users.noreply.github.com> Date: Fri, 15 Nov 2024 14:14:27 +0100 Subject: [PATCH] ci --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 274db8a..b4f210a 100644 --- a/tox.ini +++ b/tox.ini @@ -22,7 +22,7 @@ deps = -r{toxinidir}/requirements.txt commands = - python -m pytest --ignore=conf --ignore=conf_testing + python -m pytest [testenv:docs] description = invoke sphinx-build to build the HTML docs