Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
stdedos opened this issue Oct 18, 2023 · 2 comments
Assignees
Labels
blocked bug Something isn't working CI upstream

Comments

@stdedos
Copy link
Collaborator

stdedos commented Oct 18, 2023

@stdedos
Copy link
Collaborator Author

stdedos commented Oct 18, 2023

... ofc, the easy way would be to just not have a py312 in tox.ini, since we haven't fixed #3 ...

stdedos added a commit to stdedos/pylint-pytest that referenced this issue Oct 18, 2023
* Drop `py312` to combat pylint-dev#16
* Install editable, so that python uses the correct source files
* Ignore `tests/input/**/*.py` from coverage - they are not ran properly
* Again improve on artifact naming

Signed-off-by: Stavros Ntentos <[email protected]>
stdedos added a commit to stdedos/pylint-pytest that referenced this issue Oct 18, 2023
* Drop `py312` to combat pylint-dev#16
* Install editable, so that python uses the correct source files
* Ignore `tests/input/**/*.py` from coverage - they are not ran properly
* Again improve on artifact naming

Signed-off-by: Stavros Ntentos <[email protected]>
stdedos added a commit to stdedos/pylint-pytest that referenced this issue Oct 18, 2023
* Drop `py312` to combat pylint-dev#16
* Install `--editable`, so that python uses the correct source files
* Ignore `tests/input/**/*.py` from coverage - they are not ran properly
* Again improve on artifact naming

Signed-off-by: Stavros Ntentos <[email protected]>
stdedos added a commit to stdedos/pylint-pytest that referenced this issue Oct 18, 2023
* Drop `py312` to combat pylint-dev#16
* Install `--editable`, so that Python uses the correct source files
* Ignore `tests/input/**/*.py` from coverage - they are not ran properly
* Again improve on artifact naming

Signed-off-by: Stavros Ntentos <[email protected]>
stdedos added a commit to stdedos/pylint-pytest that referenced this issue Oct 18, 2023
* Drop `py312` to combat pylint-dev#16
* Install `--editable`, so that Python uses the correct source files
* Ignore `tests/input/**/*.py` from coverage - they are not ran properly
* Again improve on artifact naming

Signed-off-by: Stavros Ntentos <[email protected]>
stdedos added a commit to stdedos/pylint-pytest that referenced this issue Oct 18, 2023
* Drop `py312` to combat pylint-dev#16
* Install `--editable`, so that Python uses the correct source files
* Ignore `tests/input/**/*.py` from coverage - they are not ran properly
* Again improve on artifact naming

Signed-off-by: Stavros Ntentos <[email protected]>
stdedos added a commit to stdedos/pylint-pytest that referenced this issue Oct 18, 2023
* Drop `py312` to combat pylint-dev#16
* Install `--editable`, so that Python uses the correct source files for coverage
* Ignore `tests/input/**/*.py` from coverage - they are not ran properly
* Again improve on artifact naming

Signed-off-by: Stavros Ntentos <[email protected]>
stdedos added a commit that referenced this issue Dec 4, 2023
@stdedos
Copy link
Collaborator Author

stdedos commented Dec 19, 2023

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 (c5af2e5).

@stdedos stdedos closed this as not planned Won't fix, can't repro, duplicate, stale Dec 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked bug Something isn't working CI upstream
Projects
None yet
Development

No branches or pull requests

1 participant