Verified Commit 2693d002 authored by Peter Stanko's avatar Peter Stanko
Browse files

Removed pytest cov dependency

parent 434dddac
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ build:

  script:
    - pipenv install --dev
    - pipenv run coverage run --branch --source=portal -m pytest
    - pipenv run  pytest


+0 −1
Original line number Diff line number Diff line
@@ -26,7 +26,6 @@ python-ldap = "*"
mockredispy = "*"

[dev-packages]
pytest-cov = "*"
pylint = "*"
pytest = "*"
pytest-mock = "*"