From 128751e1a0805e0a6fe1026014c8fcb38f252f42 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Wed, 13 Jul 2022 20:09:16 -0400 Subject: [PATCH] Always pass the test suite to pytest. Ref #3448. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index bb2e7cb17d..13d944e5cc 100644 --- a/tox.ini +++ b/tox.ini @@ -30,7 +30,7 @@ passenv = setenv = PROJECT_ROOT = {toxinidir} commands = - pytest --integration {posargs:-vv --durations=10 setuptools/tests/integration} + pytest --integration {posargs:-vv --durations=10} setuptools/tests/integration # use verbose mode by default to facilitate debugging from CI logs [testenv:docs]