Remove pytest-cov and pytest.ini

This commit is contained in:
Bradley Stuart Kirton 2020-07-09 10:09:11 +02:00 committed by Emil Stenström
parent 2c644d4c06
commit 06f7cd9b3a
3 changed files with 2 additions and 10 deletions

View file

@ -1,5 +0,0 @@
[pytest]
addopts = --cov=django_components
--cov-report=html
--cov-report=term-missing:skip-covered
--cov-fail-under=85

View file

@ -2,6 +2,5 @@ django
six six
tox tox
pytest pytest
pytest-cov
flake8 flake8
isort isort

View file

@ -2,12 +2,11 @@
# This file is autogenerated by pip-compile # This file is autogenerated by pip-compile
# To update, run: # To update, run:
# #
# pip-compile requirements-dev.in # pip-compile --output-file=requirements-dev.txt requirements-dev.in
# #
appdirs==1.4.4 # via virtualenv appdirs==1.4.4 # via virtualenv
asgiref==3.2.10 # via django asgiref==3.2.10 # via django
attrs==19.3.0 # via pytest attrs==19.3.0 # via pytest
coverage==5.2 # via pytest-cov
distlib==0.3.1 # via virtualenv distlib==0.3.1 # via virtualenv
django==3.0.8 # via -r requirements-dev.in django==3.0.8 # via -r requirements-dev.in
filelock==3.0.12 # via tox, virtualenv filelock==3.0.12 # via tox, virtualenv
@ -21,8 +20,7 @@ py==1.9.0 # via pytest, tox
pycodestyle==2.6.0 # via flake8 pycodestyle==2.6.0 # via flake8
pyflakes==2.2.0 # via flake8 pyflakes==2.2.0 # via flake8
pyparsing==2.4.7 # via packaging pyparsing==2.4.7 # via packaging
pytest-cov==2.10.0 # via -r requirements-dev.in pytest==5.4.3 # via -r requirements-dev.in
pytest==5.4.3 # via -r requirements-dev.in, pytest-cov
pytz==2020.1 # via django pytz==2020.1 # via django
six==1.15.0 # via -r requirements-dev.in, packaging, tox, virtualenv six==1.15.0 # via -r requirements-dev.in, packaging, tox, virtualenv
sqlparse==0.3.1 # via django sqlparse==0.3.1 # via django