Skip to content

Releases: tarpas/pytest-testmon

v2.2.0

01 Dec 07:48

Choose a tag to compare

  • Dropping support for Python 3.8 and 3.9.
  • Adding support for pytest 9
  • better fix for #255
  • fix for sqlite3.OperationalError: attempt to write a readonly database when using xdist in some systems
  • cosmetic improvements

v2.1.4

07 Nov 13:31

Choose a tag to compare

  • internal error in some match statements (when function defined in math-case statement) fixes #235
  • improve unreliable system packages change detection fixes #255

fix PytestRemovedIn9Warning: The (path: py.path.local) argument is deprecated

22 Dec 12:48

Choose a tag to compare

v2.1.3

Bump to version 2.1.3 and cosmetic/formatting changes.

Test and allow pytest8

27 Feb 17:32

Choose a tag to compare

v2.1.1

Allow pytest 8 (after testing) and bump version to 2.1.1.

Cli options improvement and a xdist fix

07 Nov 09:57

Choose a tag to compare

Also:

  • restrict to Python 3.8+

Fixed license metadata to state "MIT" license.

03 Nov 09:34

Choose a tag to compare

v2.0.15

Version 2.0.15, license also changed in the package metadata, closes …

Opening .testmondata in readonly mode. MIT license.

02 Nov 12:09

Choose a tag to compare

Improvements of qlite3.OperationalError: database is locked

31 Oct 14:41

Choose a tag to compare

2.0.14.dev0

Open testmondata in readonly mode in xdist workers. This hopefully fi…

Less timeouts with xdist.

17 Oct 14:48

Choose a tag to compare

v2.0.13

Keeping the temporary tables really temporary. This should help with …

fix of a file disappearing in the middle of testmon processing.

13 Jul 13:22

Choose a tag to compare

v2.0.12

A file disappeared after it's source has bean read should also be han…