Commit 208dc5e
fix: suppress PyparsingDeprecationWarning from matplotlib in tests
These warnings originate from matplotlib's internal pyparsing usage
(_fontconfig_pattern.py, _mathtext.py), not from datajoint code.
Filter them in pytest config to reduce noise.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent a1d9f28 commit 208dc5e
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
236 | 239 | | |
237 | 240 | | |
238 | 241 | | |
| |||
0 commit comments