# HG changeset patch # User Denis Laxalde # Date 1453386055 -3600 # Node ID 18348ac158db1f1f47adee6c92f786b6cc7ffb2b # Parent c7bfeb7b0d674a4efff39f7372e633988232feb5 [tox] Let posargs override py.test args diff -r c7bfeb7b0d67 -r 18348ac158db tox.ini --- a/tox.ini Fri Dec 11 17:21:58 2015 +0100 +++ b/tox.ini Thu Jan 21 15:20:55 2016 +0100 @@ -10,4 +10,4 @@ release: cubicweb dev: hg+http://hg.logilab.org/master/cubicweb@cubicweb-3.22#egg=cubicweb commands = - {envpython} -m pytest pyramid_cubicweb/tests {posargs} + {envpython} -m pytest {posargs:{toxinidir}/pyramid_cubicweb/tests}