aboutsummaryrefslogtreecommitdiffstats
path: root/pytest.ini
diff options
context:
space:
mode:
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini5
1 files changed, 4 insertions, 1 deletions
diff --git a/pytest.ini b/pytest.ini
index 2bd52ce..ae77f70 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -1,3 +1,6 @@
[pytest]
-addopts = --ds=config.settings.test --color=no --nomigrations --reuse-db
+addopts =
+ --ds=config.settings.test --color=no --disable-warnings
+filterwarnings =
+ ignore::DeprecationWarning
python_files = tests.py test_*.py