Skip to content

Commit 39a1fdb

Browse files
author
Sylvain MARIE
committed
Edited changelog
1 parent 1f3fc05 commit 39a1fdb

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

docs/changelog.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Changelog
22

3-
### 3.10.0 - (in progress) New `with_case_tags` decorator
3+
### 3.10.0 - (in progress) New `with_case_tags` decorator + pytest 9 compatibility
44

5+
- Fixed an issue with `pytest 9` related to the fixture closure building fixes
6+
[pytest-dev/pytest#13789](https://github.com/pytest-dev/pytest/pull/13789),
7+
solving [pytest-dev/pytest#13773](https://github.com/pytest-dev/pytest/issues/13773).
8+
Fixed [#374](https://github.com/smarie/python-pytest-cases/issues/374). PR
9+
[#376](https://github.com/smarie/python-pytest-cases/pull/376) by [jammer87](https://github.com/jammer87).
510
- Added the `with_case_tags` decorator for applying common tags to all cases
611
defined in a case class. Fixes [#351](https://github.com/smarie/python-pytest-cases/issues/351).
712
PR [#361](https://github.com/smarie/python-pytest-cases/pull/361)

0 commit comments

Comments
 (0)