python3Packages.addic7ed-cli: disable tests

wip/yesman
Fabian Affolter 3 years ago
parent 11cd34cd59
commit d4e485f428
  1. 8
      pkgs/development/python-modules/addic7ed-cli/default.nix

@ -1,4 +1,6 @@
{ lib, python3Packages, }:
{ lib
, python3Packages
}:
python3Packages.buildPythonApplication rec {
pname = "addic7ed-cli";
@ -14,6 +16,10 @@ python3Packages.buildPythonApplication rec {
pyquery
];
# Tests require network access
doCheck = false;
pythonImportsCheck = [ "addic7ed_cli" ];
meta = with lib; {
description = "A commandline access to addic7ed subtitles";
homepage = "https://github.com/BenoitZugmeyer/addic7ed-cli";

Loading…
Cancel
Save