Skip to content
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.

Releases: unflakable/unflakable-python

PyTest Plugin v0.2.0

30 Apr 23:36
Compare
Choose a tag to compare

Breaking Changes

  • Drop support for end-of-life Python 3.7 (214b920)

New Features

  • Add support for Python 3.12 (214b920)
  • Officially support PyTest 8.x (fc84b50)

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

12 Nov 11:58
Compare
Choose a tag to compare

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

12 Nov 06:26
Compare
Choose a tag to compare

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

10 Sep 04:53
Compare
Choose a tag to compare

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

24 Mar 02:05
Compare
Choose a tag to compare

This release adds official support for Python 3.11 and PyTest 7.2.

PyTest Plugin v0.1.3

26 Oct 00:50
Compare
Choose a tag to compare

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

14 Jun 05:06
Compare
Choose a tag to compare

Initial release of the Unflakable PyTest Plugin.