From 76448ad0f5ef264a383368e3a19609f469feea9d Mon Sep 17 00:00:00 2001 From: Andrew Murray <3112309+radarhere@users.noreply.github.com> Date: Fri, 27 Jun 2025 22:31:38 +1000 Subject: [PATCH] Removed tox change Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 4b2d77991..967d4b537 100644 --- a/tox.ini +++ b/tox.ini @@ -12,7 +12,7 @@ extras = tests commands = {envpython} selftest.py - {envpython} -m pytest -vv -W always {posargs} + {envpython} -m pytest -W always {posargs} [testenv:lint] skip_install = true