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 , buildPythonPackage
, fetchFromGitHub , fetchFromGitHub
, poetry-core , poetry-core
, pylint
, pytest-aiohttp , pytest-aiohttp
, pytest-asyncio , pytest-asyncio
, pytestCheckHook , pytestCheckHook
@ -31,7 +30,6 @@ buildPythonPackage rec {
propagatedBuildInputs = [ propagatedBuildInputs = [
aiohttp aiohttp
pylint
]; ];
checkInputs = [ checkInputs = [

Loading…
Cancel
Save