tests: fix wcs_factory fixture (#72046)

* remove --insecure argument to wcs-manage's runserver command
* limit django-ratelimit to versions <3
This commit is contained in:
Benjamin Dauvergne 2022-12-05 16:38:10 +01:00
parent 4eb9aa77a3
commit 080fdf18cc
2 changed files with 2 additions and 2 deletions

View File

@ -295,7 +295,7 @@ LOGGING = {{
os.environ['WCS_SETTINGS_FILE'] = local_settings_path
os.execvp(
'python',
['python', 'manage.py', 'runserver', '--insecure', '--noreload', '%s:%s' % (address, port)],
['python', 'manage.py', 'runserver', '--noreload', '%s:%s' % (address, port)],
)
os._exit(0)

View File

@ -39,7 +39,7 @@ deps =
pytest-sftpserver
Quixote>=3.0,<3.2
vobject
django-ratelimit
django-ratelimit<3
bleach
phonenumbers
dnspython