python3Packages.pytile: does not depend on pylint

main
Robert Schütz 2 years ago
parent cfa6435564
commit e381b64026
  1. 2
      pkgs/development/python-modules/pytile/default.nix

@ -4,7 +4,6 @@
, buildPythonPackage
, fetchFromGitHub
, poetry-core
, pylint
, pytest-aiohttp
, pytest-asyncio
, pytestCheckHook
@ -31,7 +30,6 @@ buildPythonPackage rec {
propagatedBuildInputs = [
aiohttp
pylint
];
checkInputs = [

Loading…
Cancel
Save