Update dependency pytest-cov to v4 (develop)
This commit is contained in:
parent
26fc479b57
commit
509b54de9c
|
@ -1540,7 +1540,7 @@ testing = ["coverage (>=6.2)", "flaky (>=3.5.0)", "hypothesis (>=5.7.1)", "mypy
|
|||
|
||||
[[package]]
|
||||
name = "pytest-cov"
|
||||
version = "3.0.0"
|
||||
version = "4.0.0"
|
||||
description = "Pytest plugin for measuring coverage."
|
||||
category = "dev"
|
||||
optional = false
|
||||
|
@ -2182,7 +2182,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
|||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.7"
|
||||
content-hash = "ae98807d4d1812865d01ff08ee01a427f261fb68b7e803c278c57317a27fd5e9"
|
||||
content-hash = "82ff50c182e7db2fb1057ce64f433f1707176130aa5f631b6a88013ad5c30beb"
|
||||
|
||||
[metadata.files]
|
||||
aiohttp = [
|
||||
|
@ -3288,8 +3288,8 @@ pytest-asyncio = [
|
|||
{file = "pytest_asyncio-0.20.1-py3-none-any.whl", hash = "sha256:2c85a835df33fda40fe3973b451e0c194ca11bc2c007eabff90bb3d156fc172b"},
|
||||
]
|
||||
pytest-cov = [
|
||||
{file = "pytest-cov-3.0.0.tar.gz", hash = "sha256:e7f0f5b1617d2210a2cabc266dfe2f4c75a8d32fb89eafb7ad9d06f6d076d470"},
|
||||
{file = "pytest_cov-3.0.0-py3-none-any.whl", hash = "sha256:578d5d15ac4a25e5f961c938b85a05b09fdaae9deef3bb6de9a6e766622ca7a6"},
|
||||
{file = "pytest-cov-4.0.0.tar.gz", hash = "sha256:996b79efde6433cdbd0088872dbc5fb3ed7fe1578b68cdbba634f14bb8dd0470"},
|
||||
{file = "pytest_cov-4.0.0-py3-none-any.whl", hash = "sha256:2feb1b751d66a8bd934e5edfa2e961d11309dc37b73b0eabe73b5945fee20f6b"},
|
||||
]
|
||||
pytest-django = [
|
||||
{file = "pytest-django-4.5.2.tar.gz", hash = "sha256:d9076f759bb7c36939dbdd5ae6633c18edfc2902d1a69fdbefd2426b970ce6c2"},
|
||||
|
|
|
@ -64,7 +64,7 @@ dj-rest-auth = {extras = ["with_social"], version = "2.2.5"}
|
|||
[tool.poetry.dev-dependencies]
|
||||
flake8 = "==3.9.2"
|
||||
pytest = "==7.2.0"
|
||||
pytest-cov = "==3.0.0"
|
||||
pytest-cov = "==4.0.0"
|
||||
pytest-django = "==4.5.2"
|
||||
pytest-env = "==0.8.1"
|
||||
pytest-mock = "==3.10.0"
|
||||
|
|
Loading…
Reference in New Issue