Skip to content

Commit e9e8032

Browse files
committed
fixup config
1 parent 526fbb2 commit e9e8032

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,10 @@ skip = [
4848
"cp39-*",
4949
"cp314t-*",
5050
]
51-
test-requires = "pytest"
51+
test-requires = [
52+
"pytest",
53+
"pytest-mpl",
54+
]
5255
test-command = "pytest --mpl {project}/tests"
5356
environment = { PIP_ONLY_BINARY = ":all:" }
5457

0 commit comments

Comments
 (0)