Update dependency pytest-mock to v3.8.2 (develop)
This commit is contained in:
parent
e8eef60cf5
commit
715faee7ea
|
@ -1576,7 +1576,7 @@ pytest = ">=2.6.0"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pytest-mock"
|
name = "pytest-mock"
|
||||||
version = "3.8.1"
|
version = "3.8.2"
|
||||||
description = "Thin-wrapper around the mock package for easier use with pytest"
|
description = "Thin-wrapper around the mock package for easier use with pytest"
|
||||||
category = "dev"
|
category = "dev"
|
||||||
optional = false
|
optional = false
|
||||||
|
@ -2128,7 +2128,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "1.1"
|
lock-version = "1.1"
|
||||||
python-versions = "^3.7"
|
python-versions = "^3.7"
|
||||||
content-hash = "271a46c61dcb25b2dd22bf8c76fdcfd880ab5d95a4d0be94424988b68cc5fc56"
|
content-hash = "08ea4706119d5be83d58b2b37dae1a51e4c45dbe647a48a75070a5d5cd8c9d4f"
|
||||||
|
|
||||||
[metadata.files]
|
[metadata.files]
|
||||||
aiohttp = [
|
aiohttp = [
|
||||||
|
@ -3254,8 +3254,8 @@ pytest-env = [
|
||||||
{file = "pytest-env-0.6.2.tar.gz", hash = "sha256:7e94956aef7f2764f3c147d216ce066bf6c42948bb9e293169b1b1c880a580c2"},
|
{file = "pytest-env-0.6.2.tar.gz", hash = "sha256:7e94956aef7f2764f3c147d216ce066bf6c42948bb9e293169b1b1c880a580c2"},
|
||||||
]
|
]
|
||||||
pytest-mock = [
|
pytest-mock = [
|
||||||
{file = "pytest-mock-3.8.1.tar.gz", hash = "sha256:2c6d756d5d3bf98e2e80797a959ca7f81f479e7d1f5f571611b0fdd6d1745240"},
|
{file = "pytest-mock-3.8.2.tar.gz", hash = "sha256:77f03f4554392558700295e05aed0b1096a20d4a60a4f3ddcde58b0c31c8fca2"},
|
||||||
{file = "pytest_mock-3.8.1-py3-none-any.whl", hash = "sha256:d989f11ca4a84479e288b0cd1e6769d6ad0d3d7743dcc75e460d1416a5f2135a"},
|
{file = "pytest_mock-3.8.2-py3-none-any.whl", hash = "sha256:8a9e226d6c0ef09fcf20c94eb3405c388af438a90f3e39687f84166da82d5948"},
|
||||||
]
|
]
|
||||||
pytest-randomly = [
|
pytest-randomly = [
|
||||||
{file = "pytest-randomly-3.12.0.tar.gz", hash = "sha256:d60c2db71ac319aee0fc6c4110a7597d611a8b94a5590918bfa8583f00caccb2"},
|
{file = "pytest-randomly-3.12.0.tar.gz", hash = "sha256:d60c2db71ac319aee0fc6c4110a7597d611a8b94a5590918bfa8583f00caccb2"},
|
||||||
|
|
|
@ -65,7 +65,7 @@ pytest = "==7.1.2"
|
||||||
pytest-cov = "==3.0.0"
|
pytest-cov = "==3.0.0"
|
||||||
pytest-django = "==4.5.2"
|
pytest-django = "==4.5.2"
|
||||||
pytest-env = "==0.6.2"
|
pytest-env = "==0.6.2"
|
||||||
pytest-mock = "==3.8.1"
|
pytest-mock = "==3.8.2"
|
||||||
pytest-randomly = "==3.12.0"
|
pytest-randomly = "==3.12.0"
|
||||||
pytest-sugar = "==0.9.4"
|
pytest-sugar = "==0.9.4"
|
||||||
pytest-asyncio = "==0.18.3"
|
pytest-asyncio = "==0.18.3"
|
||||||
|
|
Loading…
Reference in New Issue