python3Packages.trio: don't depend on pylint

This commit is contained in:
Robert Schütz 2021-11-26 15:44:04 -08:00 committed by Jonathan Ringer
parent 795894a347
commit 7cab7431b3

View File

@ -11,7 +11,6 @@
, sniffio
, stdenv
, jedi
, pylint
, astor
, yapf
}:
@ -26,7 +25,7 @@ buildPythonPackage rec {
sha256 = "895e318e5ec5e8cea9f60b473b6edb95b215e82d99556a03eb2d20c5e027efe1";
};
checkInputs = [ astor pytestCheckHook pyopenssl trustme jedi pylint yapf ];
checkInputs = [ astor pytestCheckHook pyopenssl trustme jedi yapf ];
# It appears that the build sandbox doesn't include /etc/services, and these tests try to use it.
disabledTests = [
"getnameinfo"