We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2deea38 commit a6d3df6Copy full SHA for a6d3df6
.github/workflows/test.yml
@@ -57,7 +57,7 @@ jobs:
57
uses: actions/setup-python@v6
58
id: setup-python
59
with:
60
- python-version: "3.11"
+ python-version: "3.12"
61
62
- name: Cache uv folder
63
id: cache-uv
tests/.env.test
@@ -25,6 +25,6 @@ POSTGRES_TZ="Etc/UTC"
25
REDIS_HOST="localhost"
26
REDIS_PORT=6379
27
# Should be commented during development to work with docker-compose-dev, and set in production
28
-#REDIS_PASSWORD=""
+REDIS_PASSWORD="somerealpassword"
29
REDIS_LIMIT=5
30
REDIS_WINDOW=60
0 commit comments