yq: Add test

This commit is contained in:
Tim Steinbach
2020-12-18 12:07:30 -05:00
parent 9e6737710c
commit 648eece4bf
3 changed files with 16 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
{ lib
, nixosTests
, buildPythonPackage
, fetchPypi
, pkgs
@@ -46,6 +47,8 @@ buildPythonPackage rec {
pythonImportsCheck = [ "yq" ];
passthru.tests = { inherit (nixosTests) yq; };
meta = with lib; {
description = "Command-line YAML processor - jq wrapper for YAML documents";
homepage = "https://github.com/kislyuk/yq";