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 31d72b88..7d38a16c 100644 --- a/testing/tox.ini +++ b/testing/tox.ini @@ -74,7 +74,7 @@ commands = pip install --install-option="--bundled" pysqlcipher ./check-pysqlcipher.py # and only then run benchmark - py.test --benchmark-only {posargs} + py.test --benchmark-only -m 'not synchronous' {posargs} passenv = HOST_HOSTNAME [testenv:code-check] |