Skip to content

Commit fdbf1b4

Browse files
authored
Merge pull request #492 from camptocamp/17.0-fix-session_redis
[17.0][FIX] session_redis: add incompatibility to auth_session_timeout
2 parents e02bc09 + 606a72e commit fdbf1b4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
python-version: "3.11"
2020
- name: Get python version
2121
run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
22-
- uses: actions/cache@v1
22+
- uses: actions/cache@v4
2323
with:
2424
path: ~/.cache/pre-commit
2525
key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}

session_redis/__manifest__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
"license": "AGPL-3",
1111
"category": "Extra Tools",
1212
"depends": ["base"],
13+
"excludes": [
14+
# OCA/server-auth
15+
"auth_session_timeout",
16+
],
1317
"external_dependencies": {
1418
"python": ["redis"],
1519
},

0 commit comments

Comments
 (0)