python3Packages.pytest-mock: disable pytest output senstive test
This commit is contained in:
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; {
|
||||
|
||||
Reference in New Issue
Block a user