Skip to content

Commit 4b6dcfb

Browse files
authored
tests: fix cattrs 23.1.0 missing dep
1 parent 2e10369 commit 4b6dcfb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ test = [
5959
"pytest >=7.0", # 7.2+ recommended for better tracebacks with ExceptionGroup
6060
"pytest-subprocess >=1.5",
6161
"setuptools",
62+
"typing_extensions; python_version<'3.11'", # Required but undeclared by cattrs 23.1.0
6263
"wheel",
6364
]
6465
cov = [

0 commit comments

Comments
 (0)