repo.or.cz
/
oi-userland.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
perl/Test-Simple: update to 1.302205
[oi-userland.git]
/
components
/
python
/
pytest-cov
/
patches
/
01-no-hunter.patch
blob
27723a5eae652bd1207df448c9272b2bb2cc4be6
1
hunter is not needed to run tests
2
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',