python3Packages.pytest-mock: disable pytest output senstive test

This commit is contained in:
Jonathan Ringer 2022-01-13 21:13:46 -08:00 committed by Martin Weinelt
parent 13a26ca930
commit 6b93e23688

View file

@ -22,6 +22,12 @@ buildPythonPackage rec {
pytestCheckHook
];
disabledTests = [
# output of pytest has changed
"test_used_with_"
"test_plain_stopall"
];
pythonImportsCheck = [ "pytest_mock" ];
meta = with lib; {