From 8d4f8ced79bfc4da12dac38d5337b48c042a2183 Mon Sep 17 00:00:00 2001 From: drebs Date: Mon, 25 Jul 2016 06:58:44 -0300 Subject: [test] avoid perf tests to be run on normal tox calls Currently the perf tests use pytest-twisted plugin, and this has some implications in the old tests adapted from u1db that now use trial classes. Because of that, we exclude perf tests from usual tox calls, but you can still run them by explicitelly calling `tox perf`. --- testing/tests/pytest.ini | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 testing/tests/pytest.ini (limited to 'testing/tests') diff --git a/testing/tests/pytest.ini b/testing/tests/pytest.ini new file mode 100644 index 00000000..3d785ca7 --- /dev/null +++ b/testing/tests/pytest.ini @@ -0,0 +1,2 @@ +[pytest] +norecursedirs = perf -- cgit v1.2.3