File tree Expand file tree Collapse file tree 2 files changed +8
-11
lines changed Expand file tree Collapse file tree 2 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 26
26
- ' 3.11'
27
27
- ' 3.12'
28
28
- ' 3.13'
29
- - ' 3.14'
29
+ # - '3.14'
30
30
31
31
steps :
32
32
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -7,15 +7,12 @@ envlist =
7
7
py311-django{52,51,50,42}
8
8
py312-django{52,51,50,42}
9
9
py313-django{52,51,50,42}
10
- py314-django{52,51}
10
+ # Enable when pluggy 1.5.1 is released as that should hopefully fix the return within the exception
11
+ # py314-django{52,51}
11
12
12
13
[pytest]
13
14
django_find_project = false
14
15
15
- # Attempt to work around pluggy bug for Python 3.14 - https://github.com/pytest-dev/pluggy/issues/573
16
- [tool.pytest.ini_options]
17
- filterwarnings = [" error" ]
18
-
19
16
[testenv]
20
17
deps =
21
18
pytest
@@ -78,8 +75,8 @@ deps = -rrequirements/py313-django51.txt
78
75
[testenv:py313-django52]
79
76
deps = -rrequirements/py313-django52.txt
80
77
81
- [testenv:py314-django51]
82
- deps = -rrequirements/py314-django51.txt
83
-
84
- [testenv:py314-django52]
85
- deps = -rrequirements/py314-django52.txt
78
+ ; [testenv:py314-django51]
79
+ ; deps = -rrequirements/py314-django51.txt
80
+ ;
81
+ ; [testenv:py314-django52]
82
+ ; deps = -rrequirements/py314-django52.txt
You can’t perform that action at this time.
0 commit comments