Skip to content
Snippets Groups Projects
Commit cddfc530 authored by J. Bruno Morgado's avatar J. Bruno Morgado
Browse files

ST-1235:change pip requirement:+virtualenv -poetry

parent de999f73
Branches
No related tags found
No related merge requests found
...@@ -6,10 +6,10 @@ version: 0.2.5 ...@@ -6,10 +6,10 @@ version: 0.2.5
icon: https://www.skatelescope.org/wp-content/uploads/2016/07/09545_NEW_LOGO_2014.png icon: https://www.skatelescope.org/wp-content/uploads/2016/07/09545_NEW_LOGO_2014.png
dependencies: dependencies:
- name: ska-tango-base - name: ska-tango-base
version: 0.3.15 version: 0.3.16
repository: file://../ska-tango-base repository: file://../ska-tango-base
condition: ska-tango-base.enabled,global.sub-system.ska-tango-base.enabled condition: ska-tango-base.enabled,global.sub-system.ska-tango-base.enabled
- name: ska-tango-util - name: ska-tango-util
version: 0.3.15 version: 0.3.16
repository: file://../ska-tango-util repository: file://../ska-tango-util
...@@ -40,6 +40,10 @@ COPY pip.conf /etc/pip.conf ...@@ -40,6 +40,10 @@ COPY pip.conf /etc/pip.conf
WORKDIR /app WORKDIR /app
COPY requirements.txt requirements.txt COPY requirements.txt requirements.txt
# Install poetry
RUN curl -sSL https://install.python-poetry.org | python3 -
ENV PATH="/root/.local/bin:$PATH"
# Install numpy manually before PyTango and other requirements to ensure we # Install numpy manually before PyTango and other requirements to ensure we
# build PyTango with numpy support. # build PyTango with numpy support.
RUN python3.9 -m pip install --prefix=/usr/local wheel numpy==1.21.0 \ RUN python3.9 -m pip install --prefix=/usr/local wheel numpy==1.21.0 \
......
...@@ -5,7 +5,6 @@ flake8 ...@@ -5,7 +5,6 @@ flake8
flake8_formatter_junit_xml flake8_formatter_junit_xml
isort isort
black black
poetry
ipython==7.27.0 ipython==7.27.0
itango==0.1.8 itango==0.1.8
coverage coverage
...@@ -33,3 +32,4 @@ sphinxcontrib-websupport ...@@ -33,3 +32,4 @@ sphinxcontrib-websupport
requests requests
tox tox
transitions transitions
virtualenv==20.16.2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment