Merge pull request #116814 from bobrik/ivan/pylint-darwin-fix
pythonPackages.pylint: fix build on darwin
This commit is contained in:
commit
dac047cef4
1 changed files with 0 additions and 2 deletions
|
@ -63,8 +63,6 @@ buildPythonPackage rec {
|
|||
"test_py3k_jobs_option"
|
||||
];
|
||||
|
||||
disabledTestPaths = lib.optional stdenv.isDarwin "pylint/test/test_functional.py";
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://pylint.pycqa.org/";
|
||||
description = "A bug and style checker for Python";
|
||||
|
|
Loading…
Reference in a new issue