python3Packages.resolvelib: disable tests, because commentjson

This commit is contained in:
Jonathan Ringer
2022-01-23 01:09:35 +01:00
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";