fmt: update to 11.1.2
[oi-userland.git] / components / python / pytest-regressions / patches / 02-test-no-matplotlib.patch
blob5f600266748b3094834c36cc72239a401debf1d7
1 We have no matplotlib packaged yet.
3 --- pytest_regressions-2.7.0/setup.py.orig
4 +++ pytest_regressions-2.7.0/setup.py
5 @@ -30,7 +30,6 @@
6 },
7 extras_require={
8 "dev": [
9 - "matplotlib",
10 "mypy",
11 "numpy",
12 "pillow",