From c6ec8736b5e45a61dcbd306299a18b6333356c5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Cantu=C3=A1ria?= Date: Fri, 21 Aug 2020 11:19:14 -0300 Subject: [PATCH] HOT-FIX: Remove warnings --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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