Skip to content

Commit f8b77d3

Browse files
author
Carl Crowder
committed
Bit of a janky fix to tests here - pylint 2.13 seems to have introduced something to the linter which cannot be pickled, which causes the tests to fail. However, the tests were to ensure that the additions of pylint-plugin-utils did not break picklability. So for now, for tests, just ignore the fact that the linter will not pickle because it is not the fault of pylint-plugin-utils...
The test can stay for older versions of pylint, but probably is not necessary now since pylint is up to 2.17
1 parent a0b5c11 commit f8b77d3

File tree

4 files changed

+83
-123
lines changed

4 files changed

+83
-123
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Utilities and helpers for writing Pylint plugins. This is not a direct Pylint pl
1414
# Testing
1515
Create virtualenv:
1616
```bash
17-
python3.8 -m venv .pylint-plugin-utils
17+
python3.8 -m venv .pylint-plugin-utils
1818
source .pylint-plugin-utils/bin/activate
1919
pip install --upgrade pip setuptools
2020
```

0 commit comments

Comments
 (0)