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
commit ea34b818e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";