We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 8f45ee7 commit f25720cCopy full SHA for f25720c
pkgs/development/python-modules/pylint/default.nix
@@ -13,7 +13,7 @@
13
14
buildInputs = [ pytest pytestrunner mccabe configparser backports_functools_lru_cache ];
15
16
- propagatedBuildInputs = [ astroid isort ];
+ propagatedBuildInputs = [ astroid configparser isort ];
17
18
postPatch = ''
19
# Remove broken darwin tests
0 commit comments