]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
tox: Remove quotes around posargs
authorStephen Finucane <stephen@that.guru>
Thu, 9 Apr 2020 16:35:56 +0000 (17:35 +0100)
committerStephen Finucane <stephen@that.guru>
Thu, 9 Apr 2020 16:36:53 +0000 (17:36 +0100)
This was preventing us from doing e.g.:

  tox -e py36-django30 -- patchwork -v 2

Signed-off-by: Stephen Finucane <stephen@that.guru>
tox.ini

diff --git a/tox.ini b/tox.ini
index 75d893e1631bcd17e8789696289bfc5093355670..0e4c78fbff2f0faa888118203edbcc9e823613f8 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -25,7 +25,7 @@ passenv =
     PW_TEST_DB_TYPE PW_TEST_DB_USER PW_TEST_DB_PASS PW_TEST_DB_HOST
     PW_TEST_DB_PORT
 commands =
-    python {toxinidir}/manage.py test --noinput '{posargs:patchwork}'
+    python {toxinidir}/manage.py test --noinput {posargs:patchwork}
 
 [testenv:bashate]
 deps = bashate