jenkins-core-weekly: update to 2.491
[oi-userland.git] / components / python / rich / patches / 03-test-no-asv.patch
blob2e146509eeb256cb4c368cf4d3a89c8424062044
1 asv 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 -asv = "^0.5.1"
11 [build-system]
12 requires = ["poetry-core>=1.0.0"]