pylint-pytest icon indicating copy to clipboard operation
pylint-pytest copied to clipboard

Pylint-pytest doesn't work in git actions

Open KochankovID opened this issue 4 years ago • 0 comments

First, I want to thank you for an awesome plugin!❤️‍🔥

This issue doesn't require any fixes! It's aimed to help others who can face with this issue.

My local Pylint configuration worked, but in git action didn't. And there were no errors (except that this plugin doesn't work).

The problem was in environmental variables! I wasn't load any of them in my workflow (and before I used this plugin everything). But looks like this plugin use pytest --fixtures --collect-only . or something similar (and Pytest import my settings module ect...)

To summaries, if your Pylint workflow looks like this plugin doesn't work, check your environmental variables!

I hope I helped someone ❤️

KochankovID avatar Nov 22 '21 09:11 KochankovID