{"categories":[{"label":"Libraries","url":"https://skillfed.io/packages/category/software-development-libraries/5"},{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/5"},{"label":"Testing","url":"https://skillfed.io/packages/category/software-development-testing/3"}],"enrichment":{"capability":"A tox plugin that automatically detects and runs the appropriate test environments on GitHub Actions based on the Python version in each job, with built-in log grouping support.","skillfed_tags":["ci-cd","github-actions","testing-automation"],"use_cases":["Test your package on multiple Python versions with each job automatically running only its corresponding tox environment.","Run different test suites per Python version (e.g., py312 runs unit tests, py314 runs both unit and type-checking).","Test across multiple platforms and Python versions simultaneously by using environment variables to select platform-specific tox factors.","Reduce boilerplate in CI workflows by letting the plugin handle environment selection instead of hardcoding it in workflow YAML.","Support PyPy and other Python implementations in your test matrix with automatic environment mapping."],"what_it_does":"tox-gh-actions is a tox plugin designed to streamline testing workflows on GitHub Actions by automatically mapping Python versions to the appropriate tox environments. When you run tox in a GitHub Actions job, the plugin reads a `[gh-actions]` configuration section from your tox.ini, setup.cfg, or pyproject.toml and selects which test environments to run based on the Python version (or other factors like environment variables) in that job. This eliminates the need to manually specify which environments to test on each Python version.\n\nThe plugin also provides utilities like GitHub Actions log grouping to organize test output. It supports multiple Python implementations including CPython, PyPy, and experimental Pyston support, and handles pre-release and free-threaded Python builds. The plugin respects explicit environment overrides via the `-e` flag or `TOXENV` variable, so you can still run specific environments when needed.","worth_installing":"Yes. This is a lightweight, actively maintained plugin that solves a real friction point in GitHub Actions CI: mapping matrix jobs to tox environments. It has no security vulnerabilities, permissive licensing, low install friction, and a clear use case for anyone already using tox in a GitHub Actions workflow. Install it if you run tox on GitHub Actions with multiple Python versions."},"id":"tox-gh-actions","links":{"html":"https://skillfed.io/packages/tox-gh-actions","md":"https://skillfed.io/packages/tox-gh-actions.md","pypi":"https://pypi.org/project/tox-gh-actions/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2025-10-22","license_spdx":null,"license_treatment":"permissive","name":"tox-gh-actions","python_support":"supports_current","summary":"Seamless integration of tox into GitHub Actions"},"popularity":{"monthly_downloads":631075,"position":5660,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"3.5.0"}
