Skip to content
Snippets Groups Projects
Commit 178f4368 authored by Corné Lukken's avatar Corné Lukken
Browse files

L2SS-788: Ensure integration test uses lofar-device as base

parent 212b350e
No related branches found
No related tags found
1 merge request!333L2SS-788: Ensure integration test uses lofar-device as base
...@@ -9,7 +9,8 @@ version: '2' ...@@ -9,7 +9,8 @@ version: '2'
services: services:
integration-test: integration-test:
build: build:
context: itango context: ..
dockerfile: docker-compose/lofar-device-base/Dockerfile
args: args:
SOURCE_IMAGE: ${LOCAL_DOCKER_REGISTRY_HOST}/${LOCAL_DOCKER_REGISTRY_USER}/tango-itango:${TANGO_ITANGO_VERSION} SOURCE_IMAGE: ${LOCAL_DOCKER_REGISTRY_HOST}/${LOCAL_DOCKER_REGISTRY_USER}/tango-itango:${TANGO_ITANGO_VERSION}
container_name: ${CONTAINER_NAME_PREFIX}integration-test container_name: ${CONTAINER_NAME_PREFIX}integration-test
......
...@@ -26,7 +26,9 @@ classifier = ...@@ -26,7 +26,9 @@ classifier =
package_dir= package_dir=
=. =.
packages=find: packages=find:
python_requires = >=3.7 python_requires => 3.7
install_requires =
GitPython>=3.1.20
[options.packages.find] [options.packages.find]
where=. where=.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment