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/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git]
/
components
/
python
/
whey
/
patches
/
02-tox-requires.patch
blob
f025947cbf160ca3bea5e51844bd7f2f5ce69c52
1
tox-envlist is not needed to run tests.
2
tox version pin is too strict.
3
4
--- whey-0.1.1/tox.ini.orig
5
+++ whey-0.1.1/tox.ini
6
@@ -40,8 +40,6 @@
7
isolated_build = True
8
requires =
9
pip>=21,!=22.2
10
- tox-envlist>=0.2.1
11
- tox~=3.0
12
virtualenv!=20.16.0
13
14
[envlists]