File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ docs = [
7171]
7272# Testing - modular groups
7373test-unit = [
74- " pytest>=7,<9 " ,
74+ " pytest>=7,<10 " ,
7575 " pytest-cov>=4,<8" ,
7676 " pytest-timeout>=2,<3" ,
7777]
@@ -92,7 +92,7 @@ test-quality = [
9292 " vulture>=2,<3" ,
9393]
9494test-all = [
95- " pytest>=7,<9 " ,
95+ " pytest>=7,<10 " ,
9696 " pytest-cov>=4,<8" ,
9797 " pytest-timeout>=2,<3" ,
9898 " hypothesis>=6,<7" ,
@@ -106,7 +106,7 @@ test-all = [
106106 " matplotlib>=3.7,<4.0" ,
107107]
108108test = [ # Legacy alias
109- " pytest>=7,<9 " ,
109+ " pytest>=7,<10 " ,
110110 " pytest-cov>=4,<8" ,
111111 " pytest-timeout>=2,<3" ,
112112 " hypothesis>=6,<7" ,
@@ -131,12 +131,12 @@ typecheck = [
131131dev-minimal = [
132132 " mypy>=1.8,<2.0" ,
133133 " black>=23,<26" ,
134- " pytest>=7,<9 " ,
134+ " pytest>=7,<10 " ,
135135 " pytest-cov>=4,<8" ,
136136 " pytest-timeout>=2,<3" ,
137137]
138138dev-full = [
139- " pytest>=7,<9 " ,
139+ " pytest>=7,<10 " ,
140140 " pytest-cov>=4,<8" ,
141141 " pytest-timeout>=2,<3" ,
142142 " hypothesis>=6,<7" ,
You can’t perform that action at this time.
0 commit comments