mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
python3Packages.pytest-mock: disable pytest output senstive test
This commit is contained in:
parent
13a26ca930
commit
6b93e23688
1 changed files with 6 additions and 0 deletions
|
@ -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; {
|
||||
|
|
Loading…
Reference in a new issue