mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 16:51:40 -05:00
Disable PEP 600 test on MacOS
Because there is no open3d build for MacOS.
This commit is contained in:
parent
d687e93cb9
commit
40e199d9d2
1 changed files with 1 additions and 1 deletions
|
@ -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 { };
|
||||
|
|
Loading…
Add table
Reference in a new issue