Loading csp-lmc-common/.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -78,7 +78,7 @@ test:csp-lmc-common: - 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 . - pytest tests |tee setup_py_test.stdout - python3 setup.py test - pwd - mkdir -p build/reports - ls -alR Loading csp-lmc-common/setup.py +1 −2 Original line number Diff line number Diff line Loading @@ -40,7 +40,6 @@ setup( 'pytango >9.3.1', 'future', 'lmcbaseclasses', 'ska-log-transactions' ], dependency_links=[ 'https://nexus.engageska-portugal.pt/repository/pypi/simple' Loading @@ -48,7 +47,7 @@ setup( setup_requires=[ 'pytest-runner', 'sphinx', 'recommonmark' 'recommonmark', ], test_suite="test", entry_points={'console_scripts':[ Loading Loading
csp-lmc-common/.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -78,7 +78,7 @@ test:csp-lmc-common: - 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 . - pytest tests |tee setup_py_test.stdout - python3 setup.py test - pwd - mkdir -p build/reports - ls -alR Loading
csp-lmc-common/setup.py +1 −2 Original line number Diff line number Diff line Loading @@ -40,7 +40,6 @@ setup( 'pytango >9.3.1', 'future', 'lmcbaseclasses', 'ska-log-transactions' ], dependency_links=[ 'https://nexus.engageska-portugal.pt/repository/pypi/simple' Loading @@ -48,7 +47,7 @@ setup( setup_requires=[ 'pytest-runner', 'sphinx', 'recommonmark' 'recommonmark', ], test_suite="test", entry_points={'console_scripts':[ Loading