File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -117,11 +117,11 @@ def test_migrations_plugin(test_file):
117
117
118
118
119
119
@pytest .mark .parametrize ("test_file" , MIGRATIONS_TESTS [:1 ], ids = MIGRATIONS_TESTS_NAMES [:1 ])
120
- @pytest .mark .skip # currently skipped because ArgParser which pylint uses is not picklable so .. .
120
+ @pytest .mark .skip # TODO currently skipped because ArgParser which pylint uses is not pickable .
121
121
def test_linter_should_be_pickleable_with_pylint_django_plugin_installed (test_file ):
122
122
lint_test = PylintDjangoMigrationsTest (test_file )
123
123
lint_test .setUp ()
124
-
124
+ # pylint: disable=protected-access
125
125
# LintModuleTest sets reporter to instance of FunctionalTestReporter that is not picklable
126
126
lint_test ._linter .reporter = None
127
127
pickle .dumps (lint_test ._linter )
You can’t perform that action at this time.
0 commit comments