diff options
| author | Anderson Torres <torres.anderson.85@protonmail.com> | 2021-11-20 13:31:23 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-20 13:31:23 -0300 |
| commit | ea34b818e222ad264264f8dc5344637ea4a6e8aa (patch) | |
| tree | 0f304a4ccf794c17e61165d6b35b57d7c709dbc5 | |
| parent | Merge pull request #145052 from oxzi/openrct2-0.3.5 (diff) | |
| parent | gistyc: add tests (diff) | |
| download | nixpkgs-ea34b818e222ad264264f8dc5344637ea4a6e8aa.tar.gz | |
Merge pull request #146547 from AndersonTorres/new-gistyc
gistyc: add tests
| -rw-r--r-- | pkgs/development/python-modules/gistyc/default.nix | 4 |
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"; |
