summaryrefslogtreecommitdiff
path: root/testing/tox.ini
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2017-07-07 17:24:21 -0300
committerdrebs <drebs@leap.se>2017-07-08 07:47:58 -0300
commit36e4a396a2a7edcc05c41e739d8f24ec7945cd21 (patch)
treed1fa0c5245ad13b42fc9d123e44cdca30019a1c3 /testing/tox.ini
parent88d52a578d0d7b06e138820fc0df24ba5f22e0e1 (diff)
[benchmarks] skip some tests by default
Diffstat (limited to 'testing/tox.ini')
-rw-r--r--testing/tox.ini2
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]