diff --git a/pytest.ini b/pytest.ini index 3738a6c8..bdfb66bc 100644 --- a/pytest.ini +++ b/pytest.ini @@ -2,4 +2,4 @@ DJANGO_SETTINGS_MODULE = recipes.settings python_files = tests.py test_*.py *_tests.py env = - DISABLE_EXTERNAL_CONNECTORS = 1 \ No newline at end of file + DISABLE_EXTERNAL_CONNECTORS=1 \ No newline at end of file