summaryrefslogtreecommitdiff
path: root/testing/pytest.ini
diff options
context:
space:
mode:
authorVictor Shyba <victor1984@riseup.net>2016-11-19 04:13:52 -0300
committerdrebs <drebs@leap.se>2016-12-12 09:15:21 -0200
commit1804b5f74a4efa6b25c06fe353ac960fd42e4fb6 (patch)
treee3e8a66c85758a8a0ab3af77dde367b1394474da /testing/pytest.ini
parent378a07113a713a7c25f0fb8510d18ecdae2198bd (diff)
[tests] migrate pytest to trial
test_deprecated_crypto was using pytest, which unfortunately doesnt work when mixed with trial. Migrated back. Also added norecursedirs option back, as it is necessary for parallel testing mode.
Diffstat (limited to 'testing/pytest.ini')
-rw-r--r--testing/pytest.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/pytest.ini b/testing/pytest.ini
index eb70b67c..9c9fc3b7 100644
--- a/testing/pytest.ini
+++ b/testing/pytest.ini
@@ -1,3 +1,4 @@
[pytest]
testpaths = tests
twisted = yes
+norecursedirs = tests/benchmarks