NOTICE: This package has been removed from pkgsrc

./devel/py-test-cache, Pytest plugin with mechanisms for caching across test runs

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.0nb1, Package name: py310-test-cache-1.0nb1, Maintainer: pkgsrc-users

The plugin provides two options to rerun failures, namely --lf to only re-run
the failures and --ff to run all tests but the failures from the last run
first. For cleanup (usually not needed), a --clearcache option allows to
remove all cross-session cache contents ahead of a test run.


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

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 15.861 KB

Version history: (Expand)


CVS history: (Expand)


   2023-07-18 08:54:21 by Adam Ciarcinski | Files touched by this commit (4) | Package removed
Log message:
py-test-cache: removed; 10 years old and unmaintained
   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-05-16 11:15:09 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
pytest from versioned depends
   2017-09-04 20:08:31 by Thomas Klausner | Files touched by this commit (163)
Log message:
Follow some redirects.
   2017-08-21 17:10:48 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
The plugin provides two options to rerun failures, namely --lf to only re-run
the failures and --ff to run all tests but the failures from the last run
first. For cleanup (usually not needed), a --clearcache option allows to
remove all cross-session cache contents ahead of a test run.