Skip to content

Commit 8839f50

Browse files
committed
chore(deps): Run py310-min tests, upgrade test dependencies
1 parent 7e2d29f commit 8839f50

File tree

4 files changed

+226
-215
lines changed

4 files changed

+226
-215
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,11 @@ jobs:
135135
python-version: "3.9"
136136
architecture: 'x64'
137137
dependencies: 'min'
138+
# Absolute minimum dependencies
139+
- os: ubuntu-latest
140+
python-version: "3.10"
141+
architecture: 'x64'
142+
dependencies: 'min'
138143
exclude:
139144
# Use ubuntu-latest to cover the whole range of Python. For Windows
140145
# and OSX, checking oldest and newest should be sufficient.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ doc = [
7070
"tomli; python_version < '3.11'",
7171
]
7272
test = [
73-
"pytest >=6",
74-
"pytest-doctestplus >=1",
75-
"pytest-cov >=2.11",
73+
"pytest >=8",
74+
"pytest-doctestplus >=1.4",
75+
"pytest-cov >=6",
7676
"pytest-httpserver >=1.0.7",
7777
"pytest-xdist >=3.5",
7878
"coverage[toml]>=7.2",

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ envlist =
1010
# No preinstallations
1111
py3{9,10,11,12,13,13t}-none
1212
# Minimum Python with minimum deps
13-
py39-min
13+
py3{9,10}-min
1414
# Run full and pre dependencies against all archs
1515
py3{9,10,11,12,13,13t}-{full,pre}-{x86,x64,arm64}
1616
# Python development versions

0 commit comments

Comments
 (0)