8000 Update pyproject.toml · matplotlib/matplotlib@1db1a00 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1db1a00

Browse files
rcomertimhoffm
andauthored
Update pyproject.toml
Co-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>
1 parent 181a5ea commit 1db1a00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,8 @@ exclude = [
235235
# tinypages is used for testing the sphinx ext,
236236
# stubtest will import and run, opening a figure if not excluded
237237
".*/tinypages",
238-
# pylab's imports cause failures since numpy 2.2
239-
"lib/matplotlib/pylab.py"
238+
# pylab's numpy wildcard imports cause re-def failures since numpy 2.2
239+
"lib/matplotlib/pylab.py",
240240
]
241241
files = [
242242
"lib/matplotlib",

0 commit comments

Comments
 (0)
0