#1010168 RFP: pytest-fail-slow -- pytest plugin for making tests fail that take too long to run

Package:
wnpp
Source:
wnpp
Submitter:
Yaroslav Halchenko
Date:
2025-11-29 16:50:47 UTC
Severity:
wishlist
#1010168#5
Date:
2022-04-25 16:09:46 UTC
From:
To:
* Package name    : python3-pytest-fail-slow
  Version         : 0.1.0
  Upstream Author : John Thorvald Wodder II <pytest-fail-slow@varonathe.org>
* URL             : https://github.com/jwodder/pytest-fail-slow/
* License         : MIT/X
  Programming Lang: Python
  Description     : pytest plugin for making tests fail that take too long to run

pytest-fail-slow is a pytest plugin for making tests fail that take too
long to run. It adds a --fail-slow DURATION command-line option to pytest that
causes any & all otherwise-passing tests that run for longer than the given
duration to be marked as failures, and it adds a
@pytest.mark.fail_slow(DURATION) marker for making an individual test fail if
it runs for longer than the given duration. If --fail-slow is given and a test
has the @fail_slow() marker, the duration given by the marker takes precedence
for that test.

It will likely be necessary for testing the next (0.17) release of
DataLad package.