File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ test = [
57
57
" pathspec >=0.10.1" ,
58
58
" pybind11" ,
59
59
" pyproject-metadata >=0.5" ,
60
- " pytest >=7.2 " ,
60
+ " pytest >=7.0 " , # 7.2+ recommended for better tracebacks with ExceptionGroup
61
61
" pytest-subprocess >=1.5" ,
62
62
" setuptools" ,
63
63
" wheel" ,
@@ -68,7 +68,7 @@ cov = [
68
68
dev = [
69
69
" build" ,
70
70
" cattrs >=22.2.0" ,
71
- " pytest >=7.2 " ,
71
+ " pytest >=7.0 " ,
72
72
" pytest-subprocess" ,
73
73
" rich" ,
74
74
]
@@ -94,7 +94,7 @@ build.hooks.vcs.version-file = "src/scikit_build_core/_version.py"
94
94
95
95
96
96
[tool .pytest .ini_options ]
97
- minversion = " 7.2 "
97
+ minversion = " 7.0 "
98
98
addopts = [" -ra" , " --strict-markers" , " --strict-config" ]
99
99
xfail_strict = true
100
100
filterwarnings = [
Original file line number Diff line number Diff line change 1
1
typing-extensions==3.10.0.0
2
2
cattrs==22.2.0
3
- pytest==7.2 .0
3
+ pytest==7.0 .0
4
4
tomli==1.1.0
5
5
packaging==20.9
6
6
importlib-resources==1.3.0
You can’t perform that action at this time.
0 commit comments