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
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

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 = [