tox-gh
tox-gh copied to clipboard
Github Action support for tox 4 and later
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.2 → v0.4.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.2...v0.4.3)
https://github.com/tox-dev/tox-gh/pull/63 added a summary for each job, but if only one tox environment is run, the summaries simply duplicate information that is already available: Can we have a way to...
Hello! With other CI providers, I like to define one CI check/job per tox environment, for example one for each of py38, py39, py310-coverage, lint. For github actions, I understand...
updates: - [github.com/python-jsonschema/check-jsonschema: 0.29.0 → 0.29.1](https://github.com/python-jsonschema/check-jsonschema/compare/0.29.0...0.29.1) - [github.com/astral-sh/ruff-pre-commit: v0.5.4 → v0.5.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.4...v0.5.5)
updates: - [github.com/python-jsonschema/check-jsonschema: 0.31.3 → 0.32.1](https://github.com/python-jsonschema/check-jsonschema/compare/0.31.3...0.32.1)
Hello, I installed tox-gh and tox-uv and it appears that using the `uv-venv-lock-runner` runner from tox-uv raises an internal error. ``` Traceback (most recent call last): File "/home/runner/.local/share/uv/tools/tox/lib/python3.13/site-packages/tox/session/cmd/run/single.py", line 48,...
It appears that some behaviour has changed in v1.4.4 and is preventing the proper environment from being run. See: https://github.com/Ouranosinc/figanos/actions/runs/11669868968/job/32492859426 Note in the logs that `tox-gh` is correctly identifying that...
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.12.4 to 1.13.0. Release notes Sourced from pypa/gh-action-pypi-publish's releases. v1.13.0 [!important] 🚨 This release includes fixes for GHSA-vxmw-7h4f-hqxh discovered by @woodruffw💰. We've also integrated Zizmor to catch...
As you may have heard, the "freethreaded" version of Python 3.13 (and soon, 3.14) — which removes the GIL, eliminating a bottleneck and allowing for improved concurrency under certain conditions...
I am not sure if this is a `tox-gh` issue, a `tox-uv` issue, or something else. I have the following dependency group in my `pyproject.toml`: ``` [dependency-groups] dev = [...