mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-06 17:51:40 -05:00
tests.pendulum: Skip on OSX
This commit is contained in:
parent
8587bc142d
commit
b6e7b4e761
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ builtins.removeAttrs
|
|||
bcrypt = callTest ./bcrypt { };
|
||||
mk-poetry-packages = callTest ./mk-poetry-packages { };
|
||||
markupsafe2 = callTest ./markupsafe2 { };
|
||||
pendulum = callTest ./pendulum { };
|
||||
pendulum = skipOSX (callTest ./pendulum { });
|
||||
# uwsgi = callTest ./uwsgi { }; # Commented out because build is flaky (unrelated to poetry2nix)
|
||||
jq = callTest ./jq { };
|
||||
ubersmith = callTest ./ubersmith { };
|
||||
|
|
Loading…
Add table
Reference in a new issue