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