mirror of
https://github.com/django-components/django-components.git
synced 2025-08-01 20:52:19 +00:00
Remove pytest-cov and pytest.ini
This commit is contained in:
parent
2c644d4c06
commit
06f7cd9b3a
3 changed files with 2 additions and 10 deletions
|
@ -1,5 +0,0 @@
|
|||
[pytest]
|
||||
addopts = --cov=django_components
|
||||
--cov-report=html
|
||||
--cov-report=term-missing:skip-covered
|
||||
--cov-fail-under=85
|
|
@ -2,6 +2,5 @@ django
|
|||
six
|
||||
tox
|
||||
pytest
|
||||
pytest-cov
|
||||
flake8
|
||||
isort
|
||||
|
|
|
@ -2,12 +2,11 @@
|
|||
# This file is autogenerated by pip-compile
|
||||
# To update, run:
|
||||
#
|
||||
# pip-compile requirements-dev.in
|
||||
# pip-compile --output-file=requirements-dev.txt requirements-dev.in
|
||||
#
|
||||
appdirs==1.4.4 # via virtualenv
|
||||
asgiref==3.2.10 # via django
|
||||
attrs==19.3.0 # via pytest
|
||||
coverage==5.2 # via pytest-cov
|
||||
distlib==0.3.1 # via virtualenv
|
||||
django==3.0.8 # via -r requirements-dev.in
|
||||
filelock==3.0.12 # via tox, virtualenv
|
||||
|
@ -21,8 +20,7 @@ py==1.9.0 # via pytest, tox
|
|||
pycodestyle==2.6.0 # via flake8
|
||||
pyflakes==2.2.0 # via flake8
|
||||
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-cov
|
||||
pytest==5.4.3 # via -r requirements-dev.in
|
||||
pytz==2020.1 # via django
|
||||
six==1.15.0 # via -r requirements-dev.in, packaging, tox, virtualenv
|
||||
sqlparse==0.3.1 # via django
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue