You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[WIP] Support removal from fixture closure tree to improve compatibility with other plugins (#273)
* Initial test to reproduce the bug.
* Improved compatibility with other `pytest` plugins, in particular `pytest-repeat`, by support removal from fixture closure tree. Fixed#269
* Improved readability of fix for future maintenance. Fixed test.
Co-authored-by: Sylvain MARIE <[email protected]>
Copy file name to clipboardExpand all lines: docs/changelog.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
3
3
### 3.6.12 - type hint fix
4
4
5
+
- Improved compatibility with other `pytest` plugins, in particular `pytest-repeat`, by support removal from fixture closure tree. Fixed [#269](https://github.com/smarie/python-pytest-cases/issues/269).
5
6
- Fixed type hint errors detected by `pyright`. Fixed [#270](https://github.com/smarie/python-pytest-cases/issues/270)
6
7
7
8
### 3.6.11 - bugfix for pytest-xdist and `get_all_cases` API improvement
0 commit comments