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
commit dac047cef4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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