Loading csp-lmc-common/.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -80,8 +80,8 @@ test:csp-lmc-common: - cd $COMMON_BUILD_PATH - pwd - python3 -m pip install -r requirements-tst.txt - python3 -m pip install --extra-index-url https://nexus.engageska-portugal.pt/repository/pypi/simple -r requirements.txt . - python3 setup.py test | tee setup_py_test.stdout - python3 -m pip install -r requirements.txt . - python3 -m pytest tests | tee setup_py_test.stdout - pwd - mkdir -p build/reports - ls -alR Loading csp-lmc-common/setup.py +2 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,8 @@ setup( 'pytango >9.3.1', 'future', 'lmcbaseclasses', 'ska-telescope-model', 'ska-log-transactions' ], dependency_links=[ 'https://nexus.engageska-portugal.pt/repository/pypi/simple' Loading Loading
csp-lmc-common/.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -80,8 +80,8 @@ test:csp-lmc-common: - cd $COMMON_BUILD_PATH - pwd - python3 -m pip install -r requirements-tst.txt - python3 -m pip install --extra-index-url https://nexus.engageska-portugal.pt/repository/pypi/simple -r requirements.txt . - python3 setup.py test | tee setup_py_test.stdout - python3 -m pip install -r requirements.txt . - python3 -m pytest tests | tee setup_py_test.stdout - pwd - mkdir -p build/reports - ls -alR Loading
csp-lmc-common/setup.py +2 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,8 @@ setup( 'pytango >9.3.1', 'future', 'lmcbaseclasses', 'ska-telescope-model', 'ska-log-transactions' ], dependency_links=[ 'https://nexus.engageska-portugal.pt/repository/pypi/simple' Loading