summaryrefslogtreecommitdiff
path: root/testing/pytest.ini
diff options
context:
space:
mode:
authorVictor Shyba <victor1984@riseup.net>2016-11-19 21:52:30 -0300
committerVictor Shyba <victor1984@riseup.net>2016-11-19 21:52:30 -0300
commit0ec1595a89d26fc807a9cf4bf84e9769160a6564 (patch)
tree59e695e00c19ad4b62260ca62360f7da9c382d76 /testing/pytest.ini
parentb7171e40d7910d569331750b72536d46ccd9cf2c (diff)
[tests] use options instead of marks
When we use marks the new pytests from benchmarks folder are collected and ignored, but this causes trial to fail sometimes. Using --ignore avoids it from being loaded while --benchmark-only will properly select the benchmarks for tox, as intended.
Diffstat (limited to 'testing/pytest.ini')
-rw-r--r--testing/pytest.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/testing/pytest.ini b/testing/pytest.ini
index 9c9fc3b7..eb70b67c 100644
--- a/testing/pytest.ini
+++ b/testing/pytest.ini
@@ -1,4 +1,3 @@
[pytest]
testpaths = tests
twisted = yes
-norecursedirs = tests/benchmarks