This repository has been archived by the owner on Sep 1, 2024. It is now read-only.
Releases: unflakable/unflakable-python
Releases · unflakable/unflakable-python
PyTest Plugin v0.2.0
Breaking Changes
- Drop support for end-of-life Python 3.7 (214b920)
New Features
Bug Fixes
- Use "new-style"
pluggy
hook wrapper (ed5c71a)
Other Changes
- Check uploaded results in integration tests (23540f9)
- Add
freezegun
test (7108cf2) - Pin
requests-mock
to 1.11.0 (c8ed94a)
Full Changelog: pytest-0.1.7...pytest-0.2.0
PyTest Plugin v0.1.7
Bug Fixes
- Report file paths as POSIX on Windows (3dec178)
Full Changelog: pytest-0.1.6...pytest-0.1.7
PyTest Plugin v0.1.6
Bug Fixes
- Support test run payloads over 6MB (abe3fec)
- Add retries to API requests (1f6aca3)
- Avoid fetching manifest in xdist workers on failure (138c66a)
Full Changelog: pytest-0.1.5...pytest-0.1.6
PyTest Plugin v0.1.5
This release adds official support for PyTest 7.3-7.4.
Bug Fixes
- Fix PyTest error when xdist is not installed
Full Changelog: pytest-0.1.4...pytest-0.1.5
PyTest Plugin v0.1.4
This release adds official support for Python 3.11 and PyTest 7.2.
PyTest Plugin v0.1.3
General Improvements
- Remove deprecated
py
package as a dependency except during mypy type checking (for backward compatibility with versions of PyTest prior to 7.0).
PyTest Plugin v0.1.2
Initial release of the Unflakable PyTest Plugin.