From 84a59d9776076ff386a5057a6821ec4ce5f2124d Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 23 Aug 2017 17:25:13 -0400 Subject: [PATCH] - add posargs so we can run profile regenon individual tests Change-Id: I298e57a5fc920b2563e4f42367f821e0719c0be6 --- regen_callcounts.tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2