From 8bd88425832539ed87e4dfc44f21158de5433a46 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Tue, 22 Oct 2024 11:13:52 -0400 Subject: [PATCH] ci: try tox-gh Signed-off-by: Henry Schreiner --- .github/workflows/test.yml | 2 +- tox.ini | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2a04bdc..1a610a0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,7 +38,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install test dependencies - run: pip install tox tox-gh-actions + run: pip install tox tox-gh - name: Test packaging run: tox -e pkg diff --git a/tox.ini b/tox.ini index 9fa1583..1bcae94 100644 --- a/tox.ini +++ b/tox.ini @@ -3,7 +3,7 @@ envlist = py{37,38,39,310,311,312}-pytest{6,7,8} pkg -[gh-actions] +[gh] python = 3.7: py37 3.8: py38 @@ -12,7 +12,7 @@ python = 3.11: py311 3.12: py312 -[gh-actions:env] +[gh:env] PYTEST_MAJOR_VERSION = 6: pytest6 7: pytest7