python3Packages.resolvelib: disable tests, because commentjson
This commit is contained in:
committed by
Martin Weinelt
parent
a793fe02c1
commit
ac7b0db092
@@ -21,11 +21,17 @@ buildPythonPackage rec {
|
||||
sha256 = "198vfv78hilpg0d0mjzchzp9zk6239wnra61vlsgwpcgz66d2bgv";
|
||||
};
|
||||
|
||||
# lark-parser is no longer detectable for commentjson
|
||||
doCheck = false;
|
||||
checkInputs = [
|
||||
commentjson
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"resolvelib"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Resolve abstract dependencies into concrete ones";
|
||||
homepage = "https://github.com/sarugaku/resolvelib";
|
||||
|
||||
Reference in New Issue
Block a user