python/coverage: update to 7.6.5
[oi-userland.git] / components / python / python-dateutil / patches / 03-test-requires.patch
blobf98e0a1662126b5d80fca22ca0911612ec049309
1 Testing works properly with newer tox and virtualenv too.
3 --- python-dateutil-2.9.0.post0/tox.ini.orig
4 +++ python-dateutil-2.9.0.post0/tox.ini
5 @@ -17,8 +17,8 @@
6 skip_missing_interpreters = true
7 isolated_build = true
8 requires =
9 - tox<4
10 - virtualenv<20.22.0
11 + tox
12 + virtualenv
14 [testenv:.package]
15 # no additional dependencies besides PEP 517 for building the package