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

Merge branch 'L2SS-788' into 'master'

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

Closes L2SS-788

See merge request !333
parents 212b350e 178f4368
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'
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
......
......@@ -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=.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment