pylint-dev / pylint-pytest

A Pylint plugin to suppress pytest-related false positives.
https://pypi.org/project/pylint-pytest/
MIT License
14 stars 3 forks source link

Why does tox in Github Actions on Pull Request pull ALL the Pythons (**INCLUDING** 3.12)? #16

Closed stdedos closed 8 months ago

stdedos commented 10 months ago

https://github.com/pylint-dev/pylint-pytest/actions/runs/6557075634/job/17831455987?pr=2

Tracked: https://support.github.com/ticket/personal/0/2385967

stdedos commented 10 months ago

... ofc, the easy way would be to just not have a py312 in tox.ini, since we haven't fixed https://github.com/pylint-dev/pylint-pytest/issues/3 ...

stdedos commented 8 months ago

Internal GH stuff. We cannot do anything about it; issue comes from upstream.

Resolution: Just ignore it and run for all found Pythons; but ignore missing envs (c5af2e5cc0b7bf03f4aeeccc1818468de5f6370d).