cmake: update to 3.31.4
[oi-userland.git] / components / python / pyparsing / patches / 01-test-no-matplotlib.patch
blobe4a49fa5ad4f0e6f9ad81b05b5eaf56de988d6c7
1 We have no matplotlib packaged yet.
3 --- pyparsing-3.2.1/tox.ini.orig
4 +++ pyparsing-3.2.1/tox.ini
5 @@ -7,7 +7,6 @@
6 [testenv]
7 deps=
8 pytest
9 - matplotlib; implementation_name != 'pypy'
10 extras=diagrams
11 commands=
12 pytest tests {posargs}