Releases: jerry-git/pytest-split
Releases · jerry-git/pytest-split
Release 0.10.0
[0.10.0] - 2024-10-16
Added
- Support for Python 3.13.
Release 0.9.0
[0.9.0] - 2024-06-19
Changed
- Cruft update to get up to date with the parent cookiecutter template
Removed
- Support for Python 3.7
Release 0.8.2
[0.8.2] - 2024-01-29
Added
- Support for pytest 8.x
- Python 3.12 to CI test matrix
Release 0.8.1
[0.8.1] - 2023-04-12
Changed
- Introduce Ruff
- Fixed usage of deprecated pytest API
Added
- Python 3.11 to CI test matrix
Release 0.8.0
[0.8.0] - 2022-04-22
Fixed
- The
least_duration
algorithm should now split deterministically regardless of starting test order.
This should fix the main problem when running with test-randomization packages such aspytest-randomly
orpytest-random-order
See #52
Release 0.7.0
Release 0.6.0
[0.6.0] - 2022-01-10
Added
- PR template
- Test against 3.10
- Compatibility with IPython Notebooks