You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I started using this a while back, just before the 0.19.0 release (0.18.0)
At that point it was triggering on pytest, although we had those errors. Since this plugin was updated to 0.19.0 it stopped triggering and I cannot figure out why and how to get it working again.
I do see the plugin being loaded in the output, but it never executes. If I do have some pylint errors it doesn't fail. Running pylint individually works.
I realize this has been wayyy too long not to respond. I just released 0.20.0. Can you try that? If you're still having trouble, can you provide me with a reproducible example where you're seeing it not work? Thanks, and sorry for the ultra-long delay!
I'm also seeing this with pytest-pylint versions above 0.19.0, could it be related to the new RC file logic?
I'm also using a pyproject.toml file for my pylint config if that helps.
pytest returns exit code 5, no tests found.
I've had to downgrade in the meantime.
However on version 0.18.0, if I run it with a --pylint-rcfile==pyproject.toml flag it still fails to find tests. This is why I'm a bit suspicious of the RC file logic changes.
Hello, I started using this a while back, just before the
0.19.0
release (0.18.0
)At that point it was triggering on
pytest
, although we had those errors. Since this plugin was updated to0.19.0
it stopped triggering and I cannot figure out why and how to get it working again.I do see the plugin being loaded in the output, but it never executes. If I do have some pylint errors it doesn't fail. Running pylint individually works.
Any ideas what goes wrong and how to debug this. Could it have something to do with
xdist
, I did see it mentioned in another issue.The text was updated successfully, but these errors were encountered: