Merge pull request #146547 from AndersonTorres/new-gistyc

gistyc: add tests
This commit is contained in:
Anderson Torres
2021-11-20 13:31:23 -03:00
committed by GitHub
@@ -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";