python3Packages.addic7ed-cli: disable tests
This commit is contained in:
parent
11cd34cd59
commit
d4e485f428
@ -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…
Reference in New Issue
Block a user