Skip to content

Commit 56d4033

Browse files
authored
Always disable S3 under pytest (#3132)
1 parent 1c7e765 commit 56d4033

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pytest.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ env =
2929
MITX_ONLINE_EMAIL_BACKEND=django.core.mail.backends.locmem.EmailBackend
3030
MITX_ONLINE_NOTIFICATION_EMAIL_BACKEND=django.core.mail.backends.locmem.EmailBackend
3131
MITX_ONLINE_ENVIRONMENT=pytest
32+
MITX_ONLINE_USE_S3=False
3233
MITXONLINE_DOCKER_BASE_URL=
3334
OPENEDX_API_BASE_URL=http://localhost:18000
3435
OPENEDX_API_CLIENT_ID=fake_client_id

0 commit comments

Comments
 (0)