treefmt / nix fmt (pull_request) Successful in 5s
pytest / pytest (pull_request) Successful in 27s
build_systems / build-brain (pull_request) Successful in 44s
build_systems / build-bob (pull_request) Successful in 47s
build_systems / build-rhapsody-in-green (pull_request) Successful in 56s
build_systems / build-jeeves (pull_request) Successful in 2m54s
test ebook search / test-ebook-search (pull_request) Failing after 19s
The gitea runner containers have no docker access, so build the test env with uv from the existing lockfile and run pytest directly: - test_ebook_search workflow: uv sync --locked + uv run pytest, with UV_PYTHON_DOWNLOADS=never so uv uses the nix-provided python 3.14 - add uv to the runner hostPackages (needs a jeeves rebuild to apply) - ignore nested **/.venv in .dockerignore (uv sync creates one in python/ebook_search/docker) - document the uv test commands in the docker README; the docker test image remains for validating the image itself
29 lines
255 B
Plaintext
29 lines
255 B
Plaintext
.git
|
|
.direnv
|
|
.mypy_cache
|
|
.pytest_cache
|
|
.ruff_cache
|
|
.venv
|
|
**/.venv
|
|
.env
|
|
.cache
|
|
.claude
|
|
.coverage
|
|
.vscode
|
|
.stfolder
|
|
.literotica_data
|
|
esphome
|
|
htmlcov
|
|
data
|
|
ebooks
|
|
__pycache__
|
|
**/__pycache__
|
|
*.pyc
|
|
*.pyo
|
|
.ebook_search_bm25
|
|
result
|
|
result-*
|
|
*.egg-info
|
|
dist
|
|
build
|