]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- add posargs so we can run profile regenon individual tests
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 23 Aug 2017 21:25:13 +0000 (17:25 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 23 Aug 2017 21:25:13 +0000 (17:25 -0400)
Change-Id: I298e57a5fc920b2563e4f42367f821e0719c0be6

regen_callcounts.tox.ini

index 0106de97bcd12e070207a63a2531e53468613465..62403a70c7c9c440a446ef14cd402cf3a45c5acd 100644 (file)
@@ -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