openjdk-23: use OpenJDK 23 as the boot JDK
[oi-userland.git] / components / python / Jinja2 / patches / 01-tox-direct-deps.patch
bloba1d866433ac432b74cc656e30b409e7e999c323d
1 We need direct test dependencies only.
3 --- jinja2-3.1.5/tox.ini.orig
4 +++ jinja2-3.1.5/tox.ini
5 @@ -12,7 +12,7 @@
6 wheel_build_env = .pkg
7 constrain_package_deps = true
8 use_frozen_constraints = true
9 -deps = -r requirements/tests.txt
10 +deps = -r requirements/tests.in
11 commands = pytest -v --tb=short --basetemp={envtmpdir} {posargs}
13 [testenv:py37,py3.7]