python3Packages.pytest-mock: disable pytest output senstive test

This commit is contained in:
Jonathan Ringer
2022-01-23 01:09:29 +01:00
committed by Martin Weinelt
parent 13a26ca930
commit 6b93e23688
@@ -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; {