diff options
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 |