From: Mike Bayer Date: Wed, 23 Aug 2017 21:25:13 +0000 (-0400) Subject: - add posargs so we can run profile regenon individual tests X-Git-Tag: rel_1_1_14~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84a59d9776076ff386a5057a6821ec4ce5f2124d;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - add posargs so we can run profile regenon individual tests Change-Id: I298e57a5fc920b2563e4f42367f821e0719c0be6 --- diff --git a/regen_callcounts.tox.ini b/regen_callcounts.tox.ini index 0106de97bc..62403a70c7 100644 --- a/regen_callcounts.tox.ini +++ b/regen_callcounts.tox.ini @@ -3,7 +3,7 @@ envlist = py{27,34,35}-sqla_{cext,nocext}-db_{sqlite,postgresql,mysql} [base] basecommand= - python -m pytest test/aaa_profiling -k "not memusage" --force-write-profiles + python -m pytest test/aaa_profiling -k "not memusage" --force-write-profiles {posargs} [testenv] deps=pytest