Skip to content

Commit 6121fe9

Browse files
committed
Ignore test failure on Python 3.14
1 parent 12b263f commit 6121fe9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747
exclude:
4848
- {python: '3.9', django: 'Django~=5.1.0'}
4949
- {python: '3.9', django: 'Django~=5.2.0'}
50+
env:
51+
allowed_python_failure: '3.14'
5052
services:
5153
postgres:
5254
image: postgres:latest
@@ -83,5 +85,6 @@ jobs:
8385
"PORT":"5432"
8486
}
8587
run: .venv/bin/pytest -v
88+
continue-on-error: ${{ matrix.python == env.allowed_python_failure }}
8689
- name: Check style
8790
run: .venv/bin/ruff check

0 commit comments

Comments
 (0)