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/pyproject_installer: update to 0.5.5
[oi-userland.git]
/
components
/
python
/
lazy
/
patches
/
01-tox-virtualenv.patch
blob
49e01424c3cb2c5778954b4c24547c968449a66a
1
Testing works even with newer virtualenv.
2
3
--- lazy-1.6/tox.ini.orig
4
+++ lazy-1.6/tox.ini
5
@@ -5,7 +5,7 @@
6
7
[tox]
8
envlist = py27, py36, py37, py38, py39, py310, py311, py312, pypy27, pypy38, mypy
9
-requires = virtualenv<20.22.0
10
+requires = virtualenv
11
12
[testenv]
13
package = wheel