diff --git a/pytest.ini b/pytest.ini index d67aa04f7..3a06ad0fe 100644 --- a/pytest.ini +++ b/pytest.ini @@ -9,4 +9,4 @@ python_files = tests.py test_*.py *_tests.py # # Run "py.test --create-db" if you need to recreate the database # -addopts = --reuse-db +addopts = --reuse-db -p no:warnings