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
python/coverage: update to 7.6.5
[oi-userland.git]
/
components
/
python
/
WebOb
/
patches
/
03-tox-requires.patch
blob
70edd87f391d346b4d838fac2d510a6cbf97b0f1
1
virtualenv version pin is too strict.
2
3
--- webob-1.8.9/tox.ini.orig
4
+++ webob-1.8.9/tox.ini
5
@@ -1,5 +1,5 @@
6
[tox]
7
-requires = virtualenv<20.22.0
8
+requires = virtualenv
9
envlist =
10
py27,py34,py35,py36,py37,py313,pypy,
11
docs,coverage,pep8