pytest-timeout: remove test
This commit is contained in:
parent
c6f1dc2320
commit
525811c181
@ -22,6 +22,8 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
disabledTests = [
|
disabledTests = [
|
||||||
"test_suppresses_timeout_when_pdb_is_entered"
|
"test_suppresses_timeout_when_pdb_is_entered"
|
||||||
|
# Remove until https://github.com/pytest-dev/pytest/pull/7207 or similar
|
||||||
|
"test_suppresses_timeout_when_debugger_is_entered"
|
||||||
];
|
];
|
||||||
pytestFlagsArray = [
|
pytestFlagsArray = [
|
||||||
"-ra"
|
"-ra"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user