Skip to content

Support pytest 8

Support pytest 8 #3

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches:
- main
name: Run tests
jobs:
tox_test:
name: Tox tests
steps:
- uses: actions/checkout@v3
- name: Run Tox tests
id: test
uses: fedora-python/tox-github-action@main
with:
tox_env: ${{ matrix.tox_env }}
strategy:
matrix:
tox_env:
- py310-pytest7
- py310-pytest8
- py311-pytest7
- py311-pytest8
- py312-pytest7
- py312-pytest8
# Use GitHub's Linux Docker host
runs-on: ubuntu-latest
pre_cmmit:
name: Pre-commit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]