Open terlar opened 2 years ago
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.