Skip to content

Commit e244b17

Browse files
committed
Use newest pytest version 9.0.3 for tests
1 parent e2b4fd4 commit e244b17

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/testsuite.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,16 +103,16 @@ jobs:
103103
matrix:
104104
os: [ubuntu-latest, macOS-latest, windows-latest]
105105
python-version: ["3.10", "3.11", "3.12", "3.13"]
106-
pytest-version: [6.2.5, 7.0.1, 7.4.4, 8.0.2, 8.4.2, 9.0.2]
106+
pytest-version: [6.2.5, 7.0.1, 7.4.4, 8.0.2, 8.4.2, 9.0.3]
107107
include:
108108
- python-version: "3.14"
109-
pytest-version: 8.4.2
109+
pytest-version: 9.0.3
110110
os: ubuntu-latest
111111
- python-version: "3.14"
112-
pytest-version: 8.4.2
112+
pytest-version: 9.0.3
113113
os: macOS-latest
114114
- python-version: "3.14"
115-
pytest-version: 8.4.2
115+
pytest-version: 9.0.3
116116
os: windows-latest
117117
steps:
118118
- uses: actions/checkout@v6

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ The released versions correspond to PyPI releases.
2020
in `hash()`, `Path.match` and `Path.full_match`
2121
(see [#1308](https://github.com/pytest-dev/pyfakefs/issues/1308))
2222

23+
### Infrastructure
24+
* use newest `pytest` for testing in CI
25+
2326
## [Version 6.1.6](https://pypi.python.org/pypi/pyfakefs/6.1.6) (2026-03-18)
2427
Follow-up bugfix release for 6.1.5.
2528

0 commit comments

Comments
 (0)