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:
Ivan Babrou 2021-03-18 19:38:58 -07:00
parent d73a492e83
commit 12238b08ef

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