Remove the test phase for now
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
ahosking 2022-11-03 00:19:01 -04:00
parent 58242e82a6
commit 4aab99bcbc

View File

@ -13,20 +13,20 @@ steps:
- pip3 install --upgrade setuptools - pip3 install --upgrade setuptools
- pip3 install Flask gunicorn pytest pytest-cov - pip3 install Flask gunicorn pytest pytest-cov
- pip3 install pendulum - pip3 install pendulum
--- # ---
kind: pipeline # kind: pipeline
type: docker # type: docker
name: test # name: test
steps: # steps:
- name: test # - name: test
image: python:3-buster # image: python:3-buster
commands: # commands:
- export PYTHONPATH=. # - export PYTHONPATH=.
- export FLASK_APP=period # - export FLASK_APP=period
- apt-get update -qy # - apt-get update -qy
- apt-get install -y python3-dev python3-pip # - apt-get install -y python3-dev python3-pip
- pip3 install --upgrade pip # - pip3 install --upgrade pip
- pip3 install --upgrade setuptools # - pip3 install --upgrade setuptools
- pip3 install Flask gunicorn pytest pytest-cov # - pip3 install Flask gunicorn pytest pytest-cov
- pip3 install pendulum # - pip3 install pendulum
- pytest tests --cov --cov-report term --cov-report html --junitxml=report.xml # - pytest tests --cov --cov-report term --cov-report html --junitxml=report.xml