diff --git a/dockerfile b/dockerfile index 9c68734d0..620c5fbc8 100644 --- a/dockerfile +++ b/dockerfile @@ -39,7 +39,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ # Copier deps depuis builder COPY --from=builder /wheels /wheels -COPY --from=builder /requirements.txt . +# COPY --from=builder /requirements.txt . RUN pip install --no-cache /wheels/* # Copier code source diff --git a/requirements.txt b/requirements.txt index 12171ff5c..e8ffa64fb 100644 Binary files a/requirements.txt and b/requirements.txt differ diff --git a/add_test_data.py b/tests/annexes/add_test_data.py similarity index 100% rename from add_test_data.py rename to tests/annexes/add_test_data.py diff --git a/add_test_data_simple.py b/tests/annexes/add_test_data_simple.py similarity index 100% rename from add_test_data_simple.py rename to tests/annexes/add_test_data_simple.py diff --git a/quick_test.py b/tests/annexes/quick_test.py similarity index 100% rename from quick_test.py rename to tests/annexes/quick_test.py diff --git a/seed_database.py b/tests/annexes/seed_database.py similarity index 100% rename from seed_database.py rename to tests/annexes/seed_database.py diff --git a/serve_frontend.py b/tests/annexes/serve_frontend.py similarity index 100% rename from serve_frontend.py rename to tests/annexes/serve_frontend.py diff --git a/test_api.py b/tests/annexes/test_api.py similarity index 100% rename from test_api.py rename to tests/annexes/test_api.py diff --git a/test_api_simple.py b/tests/annexes/test_api_simple.py similarity index 100% rename from test_api_simple.py rename to tests/annexes/test_api_simple.py diff --git a/test_db_connection.py b/tests/annexes/test_db_connection.py similarity index 100% rename from test_db_connection.py rename to tests/annexes/test_db_connection.py diff --git a/test_services.py b/tests/annexes/test_services.py similarity index 100% rename from test_services.py rename to tests/annexes/test_services.py diff --git a/test_token.py b/tests/annexes/test_token.py similarity index 100% rename from test_token.py rename to tests/annexes/test_token.py diff --git a/verify_data.py b/tests/annexes/verify_data.py similarity index 100% rename from verify_data.py rename to tests/annexes/verify_data.py