pythonPackages.pytest-timeout: disable flaky test
This commit is contained in:
parent
7429153cac
commit
c4865b8933
@ -21,7 +21,10 @@ buildPythonPackage rec {
|
||||
};
|
||||
|
||||
checkInputs = [ pytest pexpect ];
|
||||
checkPhase = ''pytest -ra'';
|
||||
checkPhase = ''
|
||||
# test_suppresses_timeout_when_pdb_is_entered fails under heavy load
|
||||
pytest -ra -k 'not test_suppresses_timeout_when_pdb_is_entered'
|
||||
'';
|
||||
|
||||
meta = with lib;{
|
||||
description = "py.test plugin to abort hanging tests";
|
||||
|
Loading…
Reference in New Issue
Block a user