From 3a2f6a79e044dcd075414ef9f3558487430cdccd Mon Sep 17 00:00:00 2001 From: AndersonTorres Date: Thu, 18 Nov 2021 18:18:26 -0300 Subject: [PATCH] gistyc: add tests --- pkgs/development/python-modules/gistyc/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/python-modules/gistyc/default.nix b/pkgs/development/python-modules/gistyc/default.nix index 2f49552df236..51003101abde 100644 --- a/pkgs/development/python-modules/gistyc/default.nix +++ b/pkgs/development/python-modules/gistyc/default.nix @@ -21,6 +21,10 @@ buildPythonPackage rec { requests ]; + pythonImportsCheck = [ + "gistyc" + ]; + meta = with lib; { homepage = "https://github.com/ThomasAlbin/gistyc"; description = "A Python based GitHub GIST management tool";