aboutsummaryrefslogtreecommitdiffstats
path: root/pytest.ini
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2020-05-25 16:09:41 +0100
committerMatthew Lemon <lemon@matthewlemon.com>2020-05-25 16:09:41 +0100
commit75cad4697874dc1e06f1758dd9915394f7287d63 (patch)
treedb1d5e7a87f19d92bac5019c898fbc75cca418ba /pytest.ini
parent4aaa68109434e04d1103710d675efd075b2f744a (diff)
in trying to create a Stakeholder model referenced from User, have removed updated_by fields in other models and factories - was getting circular dep error
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