mirror of
https://github.com/camptocamp/odoo-cloud-platform.git
synced 2026-06-23 18:04:34 +00:00
Merge pull request #492 from camptocamp/17.0-fix-session_redis
[17.0][FIX] session_redis: add incompatibility to auth_session_timeout
This commit is contained in:
@@ -19,7 +19,7 @@ jobs:
|
||||
python-version: "3.11"
|
||||
- name: Get python version
|
||||
run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
|
||||
- uses: actions/cache@v1
|
||||
- uses: actions/cache@v4
|
||||
with:
|
||||
path: ~/.cache/pre-commit
|
||||
key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}
|
||||
|
||||
@@ -10,6 +10,10 @@
|
||||
"license": "AGPL-3",
|
||||
"category": "Extra Tools",
|
||||
"depends": ["base"],
|
||||
"excludes": [
|
||||
# OCA/server-auth
|
||||
"auth_session_timeout",
|
||||
],
|
||||
"external_dependencies": {
|
||||
"python": ["redis"],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user