rasjani / pylint-junit

0 stars 0 forks source link

pylint 3.0.0 seems to be incompatible with pylint-junit 0.3.2 #1

Open seebi opened 11 months ago

seebi commented 11 months ago

After upgrading to pylint 3.0.0 (released 2 days ago) I am getting this error ...

Downgrading pylint to 2.17.7 resolves the issue.

  File "/Users/seebi/Repositories/cmemc2/.venv/lib/python3.11/site-packages/pylint_junit/__init__.py", line 6, in <module>
    from pylint.interfaces import IReporter         # noqa: F401 # TODO: Report bug to flake8 tools, its is used in __implements__
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ImportError: cannot import name 'IReporter' from 'pylint.interfaces' (.../site-packages/pylint/interfaces.py)