Skip to content

Commit 5e4b125

Browse files
author
Sylvain MARIE
committed
2.2.3 changelog
1 parent bc61766 commit 5e4b125

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
### 2.2.3 - Fixed issue with pytest `3.X`
4+
5+
- Fixed `TypeError: _idval() got an unexpected keyword argument 'item'` with `pytest` versions between 3.0.0 and 3.7.4. Fixed [#136](https://github.com/smarie/python-pytest-cases/issues/136)
6+
37
### 2.2.2 - `@parametrize_with_cases` compatibility improvements
48

59
- `@parametrize_with_cases` now supports that `argnames` is a list or tuple, just as `@pytest.mark.parametrize` does. PR [#132](https://github.com/smarie/python-pytest-cases/pull/132), by [`@saroad2`](https://github.com/saroad2).

0 commit comments

Comments
 (0)