Skip to content

3.6.8 - Bugfix: support for multiprocessing Pool

Choose a tag to compare

@github-actions github-actions released this 07 Jan 15:03
· 63 commits to main since this release
  • Suppressed warnings in our own tests, to improve packaging maintenance. Fixed #248
  • Fixed bug where setting ids in @parametrize without setting explicitly idgen=None would raise a ValueError. Fixed #238.
  • Fixed bug where case-holding class marks were not propagated to static methods and class methods. Fixed #246
  • Fixed support for multiprocessing Pool. Fixes #242

See documentation page for details.