perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / python / rich / patches / 02-test-no-pre-commit.patch
blob21759cb8ba53b697385b7594954535a4b656b828
1 pre-commit is not needed to run tests.
3 --- rich-13.9.4/pyproject.toml.orig
4 +++ rich-13.9.4/pyproject.toml
5 @@ -42,7 +42,6 @@
6 mypy = "^1.11"
7 pytest-cov = "^3.0.0"
8 attrs = "^21.4.0"
9 -pre-commit = "^2.17.0"
10 asv = "^0.5.1"
12 [build-system]