summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@protonmail.com>2021-11-18 18:18:26 -0300
committerAndersonTorres <torres.anderson.85@protonmail.com>2021-11-18 20:17:20 -0300
commit3a2f6a79e044dcd075414ef9f3558487430cdccd (patch)
treef7a4e6177f2fd2885d33d6fad8bc13e42fd64ab1
parentgistyc: init at 1.3 (diff)
downloadnixpkgs-3a2f6a79e044dcd075414ef9f3558487430cdccd.tar.gz
gistyc: add tests
-rw-r--r--pkgs/development/python-modules/gistyc/default.nix4
1 files changed, 4 insertions, 0 deletions
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";