]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
test/pyhttpd: move pyproject.toml and uv.lock under pyhttpd/
authorJim Jagielski <jim@apache.org>
Wed, 3 Jun 2026 22:32:17 +0000 (22:32 +0000)
committerJim Jagielski <jim@apache.org>
Wed, 3 Jun 2026 22:32:17 +0000 (22:32 +0000)
commit0d13d7a7d26bffab93ab0ec02167dd91b2a57f44
treed511f2809078609d38489144d9a0816ea10c6492
parent5079dfa77f9e5ae1a029bb78199ed250d38ab42e
test/pyhttpd: move pyproject.toml and uv.lock under pyhttpd/

The pyproject.toml and uv.lock belong to the pyhttpd test suite, so move
them from test/ into test/pyhttpd/ where the package itself lives.

Update runtests-pyhttpd.sh to use 'uv sync --project pyhttpd/' and
reference the venv at pyhttpd/.venv/. Fix pyhttpd/env.py to look for
the venv at the same level (pyhttpd/.venv/) instead of the parent dir.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1934951 13f79535-47bb-0310-9956-ffa450edef68
test/pyhttpd/env.py
test/pyhttpd/pyproject.toml [moved from test/pyproject.toml with 100% similarity]
test/pyhttpd/uv.lock [moved from test/uv.lock with 100% similarity]
test/runtests-pyhttpd.sh