It was a regression caused by changing the order of imports that
affected most Python plugin users due to Jython specific resolve logic
applied to CPython interpreters.
The tests used to depend on python-community-tests, so some components
from IdeaPlugin.xml didn't get initialized. Added a dependency on
Python Community plugin resources for the correct plugin.xml.