diff options
| author | AndersonTorres <torres.anderson.85@protonmail.com> | 2021-11-18 18:18:26 -0300 |
|---|---|---|
| committer | AndersonTorres <torres.anderson.85@protonmail.com> | 2021-11-18 20:17:20 -0300 |
| commit | 3a2f6a79e044dcd075414ef9f3558487430cdccd (patch) | |
| tree | f7a4e6177f2fd2885d33d6fad8bc13e42fd64ab1 | |
| parent | gistyc: init at 1.3 (diff) | |
| download | nixpkgs-3a2f6a79e044dcd075414ef9f3558487430cdccd.tar.gz | |
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"; |
