summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini3
1 files changed, 0 insertions, 3 deletions
diff --git a/pytest.ini b/pytest.ini
index 8f0c9ee..764e171 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -25,9 +25,6 @@ addopts =
# per-test capturing method: one of fd|sys|no:
#--capture=no
- # We used logging config in django, so: disable printing caught logs on failed tests.
- --no-print-logs
-
# run the last failures first:
--failed-first