Skip to content

Commit 1de4258

Browse files
chore(ci): test pytest v9 (#893)
Co-authored-by: Maksim Stepanov <17935127+delatrie@users.noreply.github.com>
1 parent 5d75ade commit 1de4258

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,13 @@ jobs:
9898
strategy:
9999
matrix:
100100
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
101-
pytest-version: ["7.*", "8.*"]
101+
pytest-version: ["7.*", "8.*", "9.*"]
102+
exclude:
103+
# pytest 9 supports Python >= 3.10
104+
- python-version: "3.8"
105+
pytest-version: "9.*"
106+
- python-version: "3.9"
107+
pytest-version: "9.*"
102108
env:
103109
TEST_TMP: /tmp
104110
ALLURE_INDENT_OUTPUT: yep

0 commit comments

Comments
 (0)