nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python311Packages.pyzerproc: disable failing tests

+6
+6
pkgs/development/python-modules/pyzerproc/default.nix
··· 5 5 , fetchFromGitHub 6 6 , pytest-asyncio 7 7 , pytest-mock 8 + , pythonAtLeast 8 9 , pytestCheckHook 9 10 , pythonOlder 10 11 }: ··· 37 36 pytest-asyncio 38 37 pytest-mock 39 38 pytestCheckHook 39 + ]; 40 + 41 + disabledTestPaths = lib.optionals (pythonAtLeast "3.11") [ 42 + # unittest.mock.InvalidSpecError: Cannot spec a Mock object. 43 + "tests/test_light.py" 40 44 ]; 41 45 42 46 pythonImportsCheck = [