Skip to content

Commit b43fefb

Browse files
committed
Release 0.8.0
1 parent 43f6005 commit b43fefb

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55

66
## [Unreleased]
77

8+
## [0.8.0] - 2022-04-22
89
### Fixed
910
- The `least_duration` algorithm should now split deterministically regardless of starting test order.
1011
This should fix the main problem when running with test-randomization packages such as `pytest-randomly` or `pytest-random-order`
@@ -28,7 +29,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2829
### Changed
2930
- Durations file content in prettier format, see https://github.com/jerry-git/pytest-split/pull/31
3031

31-
[Unreleased]: https://github.com/jerry-git/pytest-split/compare/0.7.0...master
32+
[Unreleased]: https://github.com/jerry-git/pytest-split/compare/0.8.0...master
33+
[0.8.0]: https://github.com/jerry-git/pytest-split/compare/0.7.0...0.8.0
3234
[0.7.0]: https://github.com/jerry-git/pytest-split/compare/0.6.0...0.7.0
3335
[0.6.0]: https://github.com/jerry-git/pytest-split/compare/0.5.0...0.6.0
3436
[0.5.0]: https://github.com/jerry-git/pytest-split/compare/0.4.0...0.5.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pytest-split"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
description = "Pytest plugin which splits the test suite to equally sized sub suites based on test execution time."
55
authors = [
66
"Jerry Pussinen <[email protected]>",

0 commit comments

Comments
 (0)