Update dependency pytest-randomly to v3.11.0
This commit is contained in:
parent
7abd2799a1
commit
822054348c
|
@ -1558,11 +1558,11 @@ dev = ["pre-commit", "tox", "pytest-asyncio"]
|
|||
|
||||
[[package]]
|
||||
name = "pytest-randomly"
|
||||
version = "3.10.3"
|
||||
version = "3.11.0"
|
||||
description = "Pytest plugin to randomly order tests and control random.seed."
|
||||
category = "dev"
|
||||
optional = false
|
||||
python-versions = ">=3.6"
|
||||
python-versions = ">=3.7"
|
||||
|
||||
[package.dependencies]
|
||||
importlib-metadata = {version = ">=3.6.0", markers = "python_version < \"3.10\""}
|
||||
|
@ -3135,8 +3135,8 @@ pytest-mock = [
|
|||
{file = "pytest_mock-3.7.0-py3-none-any.whl", hash = "sha256:6cff27cec936bf81dc5ee87f07132b807bcda51106b5ec4b90a04331cba76231"},
|
||||
]
|
||||
pytest-randomly = [
|
||||
{file = "pytest-randomly-3.10.3.tar.gz", hash = "sha256:22154cdcff7ba44e0599596490e6b75278ca973a33812ea6a54bf14d0b042ef1"},
|
||||
{file = "pytest_randomly-3.10.3-py3-none-any.whl", hash = "sha256:b05a7a45f54cae2b5095752c6a10cb559df84448421b0420ae492dd2fb1727ef"},
|
||||
{file = "pytest-randomly-3.11.0.tar.gz", hash = "sha256:9f013b8c1923130f3d0a286fde56e1fc52cfb3547b8eedf2765c460cee979c7f"},
|
||||
{file = "pytest_randomly-3.11.0-py3-none-any.whl", hash = "sha256:a3c680d2b8150cf766311a80a1f92da64c3dd819045cda834fbf1b0ac4891610"},
|
||||
]
|
||||
pytest-sugar = [
|
||||
{file = "pytest-sugar-0.9.4.tar.gz", hash = "sha256:b1b2186b0a72aada6859bea2a5764145e3aaa2c1cfbb23c3a19b5f7b697563d3"},
|
||||
|
|
|
@ -65,7 +65,7 @@ pytest-cov = "==2.12.1"
|
|||
pytest-django = "==4.5.2"
|
||||
pytest-env = "==0.6.2"
|
||||
pytest-mock = "==3.7.0"
|
||||
pytest-randomly = "==3.10.3"
|
||||
pytest-randomly = "==3.11.0"
|
||||
pytest-sugar = "==0.9.4"
|
||||
pytest-asyncio = "==0.17.2"
|
||||
requests-mock = "==1.9.3"
|
||||
|
|
Loading…
Reference in New Issue