From 178f4368dce657dd420d10d09fac7889bbc72934 Mon Sep 17 00:00:00 2001 From: lukken <lukken@astron.nl> Date: Mon, 9 May 2022 10:07:15 +0000 Subject: [PATCH] L2SS-788: Ensure integration test uses lofar-device as base --- docker-compose/integration-test.yml | 3 ++- tangostationcontrol/setup.cfg | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docker-compose/integration-test.yml b/docker-compose/integration-test.yml index ad4740833..e59ca9c92 100644 --- a/docker-compose/integration-test.yml +++ b/docker-compose/integration-test.yml @@ -9,7 +9,8 @@ version: '2' services: integration-test: build: - context: itango + context: .. + dockerfile: docker-compose/lofar-device-base/Dockerfile args: SOURCE_IMAGE: ${LOCAL_DOCKER_REGISTRY_HOST}/${LOCAL_DOCKER_REGISTRY_USER}/tango-itango:${TANGO_ITANGO_VERSION} container_name: ${CONTAINER_NAME_PREFIX}integration-test diff --git a/tangostationcontrol/setup.cfg b/tangostationcontrol/setup.cfg index 971f55af7..6af6b55d6 100644 --- a/tangostationcontrol/setup.cfg +++ b/tangostationcontrol/setup.cfg @@ -26,7 +26,9 @@ classifier = package_dir= =. packages=find: -python_requires = >=3.7 +python_requires => 3.7 +install_requires = + GitPython>=3.1.20 [options.packages.find] where=. -- GitLab