Fix tests

This commit is contained in:
Kylian Schmidt
2025-09-09 14:32:52 +02:00
parent 4352d26a7b
commit 425685874a
4 changed files with 19 additions and 23 deletions
-6
View File
@@ -18,9 +18,3 @@ From: python:3.11-slim
%runscript
cd /src
exec python3 generate_gallery.py "$@"
%test
# Run container tests to validate the build
echo "Running container validation tests..."
cd /src
python3 -m pytest tests/ -v