./devel/py-flaky, Plugin for nose or py.test that automatically reruns flaky tests

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.8.1, Package name: py311-flaky-3.8.1, Maintainer: pkgsrc-users

Flaky is a plugin for nose or py.test that automatically reruns flaky tests.

Ideally, tests reliably pass or fail, but sometimes test fixtures must rely on
components that aren't 100% reliable. With flaky, instead of removing those
tests or marking them to @skip, they can be automatically retried.


Required to run:
[devel/py-setuptools] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 24.656 KB

Version history: (Expand)


CVS history: (Expand)


   2024-03-17 11:06:55 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-flaky: updated to 3.8.1

3.8.1
Unknown changes
   2024-03-11 07:52:59 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-flaky: updated to 3.8.0

Version 3.8.0

Fix incompatibilities with newer dependencies

This commit fixes an incompatibility with pytest 8.1.1,
and  some with python 3.12.

This commit also fixes up some pycodestyle and
pylint problems that snuck in with some earlier commits.
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2020-07-21 09:41:17 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-flaky: updated to 3.7.0

3.7.0:
Flaky now retries tests which fail during setup.
   2019-08-11 20:04:35 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-flaky: updated to 3.6.1

3.6.1:
Bugfixes - Reraise KeyboardInterrupt when running tests under pytest.
   2019-08-06 11:50:12 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-flaky: updated to 3.6.0

3.6.0:
Do not print an empty report if no tests marked 'flaky' were run at all. NOTE: \ 
This change could be breaking if you relied on the flaky report being printed.