repo.or.cz
/
oi-userland.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cmake: update to 3.31.4
[oi-userland.git]
/
components
/
python
/
pyparsing
/
patches
/
01-test-no-matplotlib.patch
blob
e4a49fa5ad4f0e6f9ad81b05b5eaf56de988d6c7
1
We have no matplotlib packaged yet.
2
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}