gettext: fix build with gcc-14; enhance test environment
[oi-userland.git] / components / python / PasteDeploy / patches / 01-tox.ini-no-version.patch
blobdc1bada07ef8fc034ca22d1ecedbed928786c4a7
1 --- PasteDeploy-3.1.0/tox.ini.orig
2 +++ PasteDeploy-3.1.0/tox.ini
3 @@ -7,7 +7,6 @@
5 [testenv]
6 commands =
7 - python --version
8 pytest {posargs:}
9 extras =
10 testing