svn commit: r1934951 - in httpd/httpd/trunk/test: . pyhttpd
| Newsgroups | gmane.comp.apache.cvs |
|---|---|
| Message-ID | <178052593763.2533258.1060349856849486534@svn03-he-fi> |
Author: jim
Date: Wed Jun 3 22:32:17 2026
New Revision: 1934951
Log:
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.
Added:
httpd/httpd/trunk/test/pyhttpd/pyproject.toml
httpd/httpd/trunk/test/pyhttpd/uv.lock
Deleted:
httpd/httpd/trunk/test/pyproject.toml
httpd/httpd/trunk/test/uv.lock
Modified:
httpd/httpd/trunk/test/pyhttpd/env.py
httpd/httpd/trunk/test/runtests-pyhttpd.sh
NOTE: this message was too long when including "diff" contents.
The contents have been replaced with URLs to display the
diff contents on a web page.
Modified: httpd/httpd/trunk/test/pyhttpd/env.py
Added: httpd/httpd/trunk/test/pyhttpd/pyproject.toml
Added: httpd/httpd/trunk/test/pyhttpd/uv.lock
Modified: httpd/httpd/trunk/test/runtests-pyhttpd.sh