perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / python / domdf_python_tools / patches / 07-no-pandas.patch
blob9cf5de40aea1195eaa8a5acac94bdc5ed5c03e19
1 pandas is not needed to run tests.
3 --- domdf_python_tools-3.9.0/tests/requirements.txt.orig
4 +++ domdf_python_tools-3.9.0/tests/requirements.txt
5 @@ -6,7 +6,6 @@
6 flake8<5,>=3.8.4
7 funcy>=1.16
8 importlib-metadata>=3.6.0
9 -pandas>=1.0.0; implementation_name == "cpython" and python_version < "3.11"
10 pytest>=6.0.0
11 pytest-cov>=2.8.1
12 pytest-randomly>=3.7.0