Update dependency pytest-sugar to v0.9.6
This commit is contained in:
parent
16aba95c7a
commit
62ece91a1c
|
@ -1622,7 +1622,7 @@ pytest = "*"
|
|||
|
||||
[[package]]
|
||||
name = "pytest-sugar"
|
||||
version = "0.9.5"
|
||||
version = "0.9.6"
|
||||
description = "pytest-sugar is a plugin for pytest that changes the default look and feel of pytest (e.g. progressbar, show tests that fail instantly)."
|
||||
category = "dev"
|
||||
optional = false
|
||||
|
@ -2193,7 +2193,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
|||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.7"
|
||||
content-hash = "4a5638339ba54eeb6c213868539e74fd51a9e355a7f4a086be0af5c9a7537df2"
|
||||
content-hash = "50adea19b74e3cf160373ee2bb19b5b6cd3bda186e6c4725431ab4dfa403027e"
|
||||
|
||||
[metadata.files]
|
||||
aiohttp = [
|
||||
|
@ -3362,8 +3362,8 @@ pytest-randomly = [
|
|||
{file = "pytest_randomly-3.12.0-py3-none-any.whl", hash = "sha256:f4f2e803daf5d1ba036cc22bf4fe9dbbf99389ec56b00e5cba732fb5c1d07fdd"},
|
||||
]
|
||||
pytest-sugar = [
|
||||
{file = "pytest-sugar-0.9.5.tar.gz", hash = "sha256:eea78b6f15b635277d3d90280cd386d8feea1cab0f9be75947a626e8b02b477d"},
|
||||
{file = "pytest_sugar-0.9.5-py2.py3-none-any.whl", hash = "sha256:3da42de32ce4e1e95b448d61c92804433f5d4058c0a765096991c2e93d5a289f"},
|
||||
{file = "pytest-sugar-0.9.6.tar.gz", hash = "sha256:c4793495f3c32e114f0f5416290946c316eb96ad5a3684dcdadda9267e59b2b8"},
|
||||
{file = "pytest_sugar-0.9.6-py2.py3-none-any.whl", hash = "sha256:30e5225ed2b3cc988a8a672f8bda0fc37bcd92d62e9273937f061112b3f2186d"},
|
||||
]
|
||||
python-dateutil = [
|
||||
{file = "python-dateutil-2.8.2.tar.gz", hash = "sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86"},
|
||||
|
|
|
@ -69,7 +69,7 @@ pytest-django = "==4.5.2"
|
|||
pytest-env = "==0.6.2"
|
||||
pytest-mock = "==3.8.2"
|
||||
pytest-randomly = "==3.12.0"
|
||||
pytest-sugar = "==0.9.5"
|
||||
pytest-sugar = "==0.9.6"
|
||||
pytest-asyncio = "==0.19.0"
|
||||
requests-mock = "==1.9.3"
|
||||
Faker = "==14.2.1"
|
||||
|
|
Loading…
Reference in New Issue