Commit b344c0c
Fix pylint test without pylsp installed
In case pylsp is not installed, the pylint plugin is not found in
Config.__init__ and Config._plugin_settings is empty. This is
fine except test_pylint_lint.test_pylint tries to set the pylint
executable in the settings. This patch works around this by patching in
the config.1 parent b2bdeea commit b344c0c
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
86 | 88 | | |
87 | 89 | | |
88 | 90 | | |
| |||
0 commit comments