pythonPackages.doit: Disable tests on darwin

This commit is contained in:
Sandro Jäckel
2021-02-02 13:08:55 +01:00
parent 07860aaab7
commit 6e3b60e2c9

View File

@@ -25,6 +25,9 @@ buildPythonPackage rec {
++ lib.optional stdenv.isLinux pyinotify
++ lib.optional stdenv.isDarwin macfsevents;
# hangs on darwin
doCheck = !stdenv.isDarwin;
checkInputs = [ mock pytestCheckHook ];
disabledTests = [