Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ setup.py_test: stage: test image: python:latest script: # All pytests fail with ModuleNotFoundError: No module named 'test' - pip install pytest - pip install pytest setuptools - pip install --editable ".[cron-description,cron-schedule]" - pip list - python setup.py test Loading @@ -48,7 +48,7 @@ setup.py_test_with_coverage: stage: test image: python:latest script: # With `&> /dev/null` in `./coverage.sh` everything appears green but... - pip install coverage pytest - pip install coverage pytest setuptools - pip install --editable ".[cron-description,cron-schedule]" - ./coverage.sh Loading Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ setup.py_test: stage: test image: python:latest script: # All pytests fail with ModuleNotFoundError: No module named 'test' - pip install pytest - pip install pytest setuptools - pip install --editable ".[cron-description,cron-schedule]" - pip list - python setup.py test Loading @@ -48,7 +48,7 @@ setup.py_test_with_coverage: stage: test image: python:latest script: # With `&> /dev/null` in `./coverage.sh` everything appears green but... - pip install coverage pytest - pip install coverage pytest setuptools - pip install --editable ".[cron-description,cron-schedule]" - ./coverage.sh Loading