Merge pull request #116814 from bobrik/ivan/pylint-darwin-fix

pythonPackages.pylint: fix build on darwin
This commit is contained in:
Sandro
2021-03-19 10:22:49 +01:00
committed by GitHub

View File

@@ -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";