mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
python3Packages.trio: don't depend on pylint
This commit is contained in:
parent
795894a347
commit
7cab7431b3
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user