Skip to content

Commit efb767f

Browse files
committed
add pytest to docs env, because this resolves a warning about a missing pytest import?
1 parent 3453af2 commit efb767f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ docs = [
109109
'numcodecs[msgpack]',
110110
'rich',
111111
's3fs>=2023.10.0',
112-
'astroid<4'
112+
'astroid<4',
113+
'pytest'
113114
]
114115

115116

0 commit comments

Comments
 (0)