Skip to content

Commit 4b9de7e

Browse files
committed
update tests
1 parent b9ce3fd commit 4b9de7e

3 files changed

Lines changed: 188 additions & 116 deletions

File tree

.claude/settings.local.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@
1515
"Bash(geoextent:*)",
1616
"Bash(curl:*)",
1717
"Bash(python3:*)",
18-
"Read(//home/daniel/.cache/**)"
18+
"Read(//home/daniel/.cache/**)",
19+
"Bash(gh pr list:*)",
20+
"Bash(gh pr view:*)",
21+
"Bash(OPTIMAP_LOGGING_LEVEL=WARNING python manage.py test tests)",
22+
"Bash(export OPTIMAP_LOGGING_LEVEL=WARNING)"
1923
],
2024
"deny": [],
2125
"ask": []

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ ENV OPTIMAP_ALLOWED_HOST=*
1010

1111
ENV DEBIAN_FRONTEND="noninteractive" TZ="Europe/Berlin"
1212

13-
# install Python
13+
# install Python and git
1414
RUN apt-get update && \
1515
apt-get install -y -qq python-is-python3 && \
16-
apt-get install -y -qq python3-pip tzdata
16+
apt-get install -y -qq python3-pip tzdata git
1717

1818
# install GDAL from UbuntuGIS
1919
RUN apt-get update && \

0 commit comments

Comments
 (0)