diff --git a/pyproject.toml b/pyproject.toml index 7bd9946..5cec398 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,4 +42,4 @@ build-backend = "poetry.core.masonry.api" exclude = 'scripts/migrations' [tool.pytest.ini_options] -DJANGO_SETTINGS_MODULE = "botc.local" \ No newline at end of file +DJANGO_SETTINGS_MODULE = "tests.settings" \ No newline at end of file diff --git a/tests/settings.py b/tests/settings.py index 942d38b..e69de29 100644 --- a/tests/settings.py +++ b/tests/settings.py @@ -1 +0,0 @@ -VERSION_FIELD_NUMBER_BITS = 8