pythonPackages.pylint: fix build on darwin
The test no longer exists after #112908: ``` Disabled tests path "pylint/test/test_functional.py" does not exist. Aborting ```
This commit is contained in:
parent
d73a492e83
commit
12238b08ef
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