Skip to content

Commit d235617

Browse files
revert: remove matplotlib warning filter
The PyparsingDeprecationWarning only occurs in older matplotlib versions. CI uses a newer version where it doesn't exist. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b97e190 commit d235617

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -233,9 +233,7 @@ markers = [
233233
"postgresql: marks tests that run on PostgreSQL backend (select with '-m postgresql')",
234234
"backend_agnostic: marks tests that should pass on all backends (auto-marked for parameterized tests)",
235235
]
236-
filterwarnings = [
237-
"ignore:.*deprecated.*:DeprecationWarning:matplotlib",
238-
]
236+
239237

240238

241239
[tool.pixi.workspace]

0 commit comments

Comments
 (0)