From: Stephen Finucane Date: Thu, 9 Apr 2020 16:35:56 +0000 (+0100) Subject: tox: Remove quotes around posargs X-Git-Tag: v3.0.0~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f71f5ee115ed23054acb759cd48d1d564cd54bd0;p=thirdparty%2Fpatchwork.git tox: Remove quotes around posargs This was preventing us from doing e.g.: tox -e py36-django30 -- patchwork -v 2 Signed-off-by: Stephen Finucane --- diff --git a/tox.ini b/tox.ini index 75d893e1..0e4c78fb 100644 --- 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