Skip to content

Commit

Permalink
3.6.8 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain MARIE committed Jan 7, 2022
1 parent 795130c commit fda5107
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

### 3.6.8 - Bugfix: support for multiprocessing Pool

- Suppressed warnings in our own tests, to improve packaging maintenance. Fixed [#248](https://github.com/smarie/python-pytest-cases/issues/248)
- Fixed bug where setting `ids` in `@parametrize` without setting explicitly `idgen=None` would raise a `ValueError`. Fixed [#238](https://github.com/smarie/python-pytest-cases/issues/238).
- Fixed bug where case-holding class marks were not propagated to static methods and class methods. Fixed [#246](https://github.com/smarie/python-pytest-cases/issues/246)
- Fixed support for multiprocessing `Pool`. Fixes [#242](https://github.com/smarie/python-pytest-cases/issues/242)
Expand Down

0 comments on commit fda5107

Please sign in to comment.