diff --git a/tests/default.nix b/tests/default.nix index 4005541..50d2b2b 100644 --- a/tests/default.nix +++ b/tests/default.nix @@ -60,6 +60,7 @@ builtins.removeAttrs markupsafe2 = callTest ./markupsafe2 { }; pendulum = callTest ./pendulum { }; uwsgi = callTest ./uwsgi { }; + jq = callTest ./jq { }; # Test building poetry inherit poetry;