diff options
Diffstat (limited to 'testing/tox.ini')
-rw-r--r-- | testing/tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/tox.ini b/testing/tox.ini index 6a6275f3..aba69cf6 100644 --- a/testing/tox.ini +++ b/testing/tox.ini @@ -78,7 +78,7 @@ commands = pip install -I --install-option="--bundled" pysqlcipher ./check-pysqlcipher.py # and only then run benchmark - py.test --benchmark-only -m 'not synchronous' {posargs} + py.test --benchmark-only {posargs} passenv = HOST_HOSTNAME [testenv:code-check] |