Commit b96c5e43 authored by Gianluca Marotta's avatar Gianluca Marotta
Browse files

modified test in pipeline to have coverage

parent 3798d0ef
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −2
Original line number Diff line number Diff line
@@ -40,7 +40,6 @@ setup(
            'pytango >9.3.1',
            'future',
            'lmcbaseclasses',
            'ska-log-transactions'
        ],
        dependency_links=[
            'https://nexus.engageska-portugal.pt/repository/pypi/simple'
@@ -48,7 +47,7 @@ setup(
        setup_requires=[
            'pytest-runner',
            'sphinx',
            'recommonmark'
            'recommonmark', 
        ],
        test_suite="test",
        entry_points={'console_scripts':[