From 634e409792d7049dee18a952e7cc67e1041d4f0a Mon Sep 17 00:00:00 2001 From: Dmitry Kruchinin <33020454+dvkruchinin@users.noreply.github.com> Date: Fri, 18 Dec 2020 12:49:27 +0300 Subject: [PATCH] Fix build cron type. (#2597) * Fix Module "test.email_settings" not found. Co-authored-by: Kruchinin --- Dockerfile | 1 + tests/__init__.py | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 tests/__init__.py diff --git a/Dockerfile b/Dockerfile index fe79a5eb..2ce2cd35 100644 --- a/Dockerfile +++ b/Dockerfile @@ -141,6 +141,7 @@ COPY --chown=${USER} ssh ${HOME}/.ssh COPY --chown=${USER} supervisord.conf mod_wsgi.conf wait-for-it.sh manage.py ${HOME}/ COPY --chown=${USER} cvat/ ${HOME}/cvat COPY --chown=${USER} utils/ ${HOME}/utils +COPY --chown=${USER} tests/ ${HOME}/tests # RUN all commands below as 'django' user USER ${USER} diff --git a/tests/__init__.py b/tests/__init__.py deleted file mode 100644 index f19d9bef..00000000 --- a/tests/__init__.py +++ /dev/null @@ -1,3 +0,0 @@ -# Copyright (C) 2020 Intel Corporation -# -# SPDX-License-Identifier: MIT