Skip to content

Commit 7a81026

Browse files
author
Sylvain MARIE
committed
2.1.2 Changelog
1 parent b741bb2 commit 7a81026

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
### 2.1.2 - Compatibility fix
4+
5+
- Added support for pytest items without funcargs. Fixes interoperability with other pytest plugins such as `pytest-black` or `pytest-flake8`. Fixes [#122](https://github.com/smarie/python-pytest-cases/issues/122)
6+
7+
### 2.1.1 - Fixed issue with pytest 6
8+
9+
`pytest` 6 is now supported. Fixes [#121](https://github.com/smarie/python-pytest-cases/issues/121)
10+
311
### 2.1.0 - Internal engine improvements + bugfixes
412

513
Fixed issue with `@parametrize_with_cases` when two cases with the same id and both requiring a fixture were to be created. Fixed [#117](https://github.com/smarie/python-pytest-cases/issues/117).

0 commit comments

Comments
 (0)