Merge pull request #5977 from FinnStutzenstein/enablePytestInDocker
Enable pytest in docker
This commit is contained in:
commit
644d3b2fee
@ -34,6 +34,7 @@ disallow_untyped_defs = true
|
|||||||
|
|
||||||
[tool:pytest]
|
[tool:pytest]
|
||||||
DJANGO_SETTINGS_MODULE = tests.settings
|
DJANGO_SETTINGS_MODULE = tests.settings
|
||||||
|
addopts = --ds=tests.settings
|
||||||
testpaths = tests/
|
testpaths = tests/
|
||||||
filterwarnings =
|
filterwarnings =
|
||||||
ignore:RemovedInDjango30Warning
|
ignore:RemovedInDjango30Warning
|
||||||
|
@ -70,9 +70,6 @@ MEDIA_ROOT = os.path.join(OPENSLIDES_USER_DATA_PATH, "")
|
|||||||
|
|
||||||
PASSWORD_HASHERS = ["django.contrib.auth.hashers.MD5PasswordHasher"]
|
PASSWORD_HASHERS = ["django.contrib.auth.hashers.MD5PasswordHasher"]
|
||||||
|
|
||||||
# Deactivate restricted_data_cache
|
|
||||||
RESTRICTED_DATA_CACHE = False
|
|
||||||
|
|
||||||
REST_FRAMEWORK = {"TEST_REQUEST_DEFAULT_FORMAT": "json"}
|
REST_FRAMEWORK = {"TEST_REQUEST_DEFAULT_FORMAT": "json"}
|
||||||
|
|
||||||
ENABLE_ELECTRONIC_VOTING = True
|
ENABLE_ELECTRONIC_VOTING = True
|
||||||
|
Loading…
Reference in New Issue
Block a user