9 buildPythonPackage rec {
10 pname = "pytest-timeout";
12 format = "setuptools";
15 inherit pname version;
16 hash = "sha256-wHygdATGEvirviIpSyPDaOLlEEtSHBeQGVVh834aw9k=";
29 "test_suppresses_timeout_when_pdb_is_entered"
30 # Remove until https://github.com/pytest-dev/pytest/pull/7207 or similar
31 "test_suppresses_timeout_when_debugger_is_entered"
38 pythonImportsCheck = [
43 description = "Pytest plugin to abort hanging tests";
44 homepage = "https://github.com/pytest-dev/pytest-timeout/";
45 changelog = "https://github.com/pytest-dev/pytest-timeout/#changelog";
46 license = licenses.mit;
47 maintainers = with maintainers; [ makefu ];