Disable PEP 600 test on MacOS

Because there is no open3d build for MacOS.
This commit is contained in:
Sem Mulder 2022-03-29 09:59:14 +02:00
parent d687e93cb9
commit 40e199d9d2

View file

@ -31,7 +31,7 @@ builtins.removeAttrs
common-pkgs-1 = callTest ./common-pkgs-1 { };
common-pkgs-2 = callTest ./common-pkgs-2 { };
pep425 = pkgs.callPackage ./pep425 { inherit pep425; inherit pep425OSX; inherit pep425Python37; };
pep600 = callTest ./pep600 { };
pep600 = skipOSX (callTest ./pep600 { });
env = callTest ./env { };
pytest-randomly = callTest ./pytest-randomly { };
file-src-deps = callTest ./file-src-deps { };