Skip to content

Commit 0433d92

Browse files
committedJul 17, 2020
Try fixing django tests
1 parent 257becf commit 0433d92

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
 

Diff for: ‎k8/images/django/Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,5 @@ RUN --mount=type=cache,target=/root/.cache/pip \
3232
-r requirements/postgres.txt
3333

3434
RUN python -c "import django"
35-
ENV DJANGO_SETTINGS_MODULE=settings.test_sqlite_gis
3635
ENV PYTHON_RECORD_API_FROM_MODULES=django
3736
CMD sh -c 'python runtests.py || exit 0'

Diff for: ‎k8/images/django/version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0
1+
1

0 commit comments

Comments
 (0)
Please sign in to comment.