perl/Test-Simple: update to 1.302205
[oi-userland.git] / components / python / pytest-cov / patches / 01-no-hunter.patch
blob27723a5eae652bd1207df448c9272b2bb2cc4be6
1 hunter is not needed to run tests
3 --- pytest-cov-6.0.0/setup.py.orig
4 +++ pytest-cov-6.0.0/setup.py
5 @@ -131,7 +131,6 @@
6 extras_require={
7 'testing': [
8 'fields',
9 - 'hunter',
10 'process-tests',
11 'pytest-xdist',
12 'virtualenv',