diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-05-25 16:09:41 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-05-25 16:09:41 +0100 |
commit | 75cad4697874dc1e06f1758dd9915394f7287d63 (patch) | |
tree | db1d5e7a87f19d92bac5019c898fbc75cca418ba /pytest.ini | |
parent | 4aaa68109434e04d1103710d675efd075b2f744a (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.ini | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |