summaryrefslogtreecommitdiffhomepage
path: root/pytest.ini
diff options
context:
space:
mode:
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini5
1 files changed, 2 insertions, 3 deletions
diff --git a/pytest.ini b/pytest.ini
index 62fef863..209df545 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -1,6 +1,5 @@
[pytest]
-# We use pytest-relaxed just for its utils at the moment, so disable it at the
-# plugin level until we adapt test organization to really use it.
-addopts = -p no:relaxed
+testpaths = tests
+python_files = *
# Loop on failure
looponfailroots = tests paramiko