Skip to content

Commit 572bc31

Browse files
committed
require pytest 8
1 parent ea079ff commit 572bc31

3 files changed

Lines changed: 3 additions & 10 deletions

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ jobs:
3636
- "3.12"
3737
- "3.13"
3838
- "3.14"
39-
pytest-version:
40-
- "7"
41-
- "8"
4239
runs-on: ubuntu-latest
4340
steps:
4441
- name: Check out repository
@@ -49,12 +46,8 @@ jobs:
4946
python-version: ${{ matrix.python-version }}
5047
- name: Install uv
5148
uses: astral-sh/setup-uv@v5
52-
- name: Install dependencies
53-
run: |
54-
uv sync
55-
uv pip install pytest~="${{matrix.pytest-version}}.0"
5649
- name: Test
57-
run: uv run --no-sync pytest
50+
run: uv run pytest
5851

5952
mypy:
6053
runs-on: ubuntu-latest

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323
"Programming Language :: Python :: 3.13",
2424
]
2525
dependencies = [
26-
"pytest>=7",
26+
"pytest>=8",
2727
]
2828

2929

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)