summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2021-11-20 13:31:23 -0300
committerGitHub <noreply@github.com>2021-11-20 13:31:23 -0300
commitea34b818e222ad264264f8dc5344637ea4a6e8aa (patch)
tree0f304a4ccf794c17e61165d6b35b57d7c709dbc5
parentMerge pull request #145052 from oxzi/openrct2-0.3.5 (diff)
parentgistyc: add tests (diff)
downloadnixpkgs-ea34b818e222ad264264f8dc5344637ea4a6e8aa.tar.gz
Merge pull request #146547 from AndersonTorres/new-gistyc
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";