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
component(developer/golang-123): Add Component
[oi-userland.git]
/
components
/
python
/
versioneer
/
patches
/
05-test-flake8-docstrings.patch
blob
210243470050c085846c22dd5a325612caf3295d
1
flake8-docstrings is not needed to run tests.
2
See also https://github.com/python-versioneer/python-versioneer/issues/398
3
4
--- versioneer-0.29/tox.ini.orig
5
+++ versioneer-0.29/tox.ini
6
@@ -27,7 +27,6 @@
7
[testenv]
8
deps =
9
flake8
10
- flake8-docstrings
11
wheel>=0.35
12
setuptools>=50
13
virtualenv>=20