add pytest-pretty dev dependency (#546)

This commit is contained in:
Samuel Colvin
2025-04-29 21:02:09 +01:00
committed by GitHub
parent 96e5327110
commit 017135434e
2 changed files with 16 additions and 0 deletions

View File

@@ -53,6 +53,7 @@ dev = [
"pytest-flakefinder>=1.1.0",
"pytest-xdist>=3.6.1",
"pytest-examples>=0.0.14",
"pytest-pretty>=1.2.0",
]
docs = [
"mkdocs>=1.6.1",

15
uv.lock generated
View File

@@ -517,6 +517,7 @@ dev = [
{ name = "pytest" },
{ name = "pytest-examples" },
{ name = "pytest-flakefinder" },
{ name = "pytest-pretty" },
{ name = "pytest-xdist" },
{ name = "ruff" },
{ name = "trio" },
@@ -551,6 +552,7 @@ dev = [
{ name = "pytest", specifier = ">=8.3.4" },
{ name = "pytest-examples", specifier = ">=0.0.14" },
{ name = "pytest-flakefinder", specifier = ">=1.1.0" },
{ name = "pytest-pretty", specifier = ">=1.2.0" },
{ name = "pytest-xdist", specifier = ">=3.6.1" },
{ name = "ruff", specifier = ">=0.8.5" },
{ name = "trio", specifier = ">=0.26.2" },
@@ -1131,6 +1133,19 @@ wheels = [
{ url = "https://files.pythonhosted.org/packages/33/8b/06787150d0fd0cbd3a8054262b56f91631c7778c1bc91bf4637e47f909ad/pytest_flakefinder-1.1.0-py2.py3-none-any.whl", hash = "sha256:741e0e8eea427052f5b8c89c2b3c3019a50c39a59ce4df6a305a2c2d9ba2bd13", size = 4644 },
]
[[package]]
name = "pytest-pretty"
version = "1.2.0"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "pytest" },
{ name = "rich" },
]
sdist = { url = "https://files.pythonhosted.org/packages/a5/18/30ad0408295f3157f7a4913f0eaa51a0a377ebad0ffa51ff239e833c6c72/pytest_pretty-1.2.0.tar.gz", hash = "sha256:105a355f128e392860ad2c478ae173ff96d2f03044692f9818ff3d49205d3a60", size = 6542 }
wheels = [
{ url = "https://files.pythonhosted.org/packages/bf/fe/d44d391312c1b8abee2af58ee70fabb1c00b6577ac4e0bdf25b70c1caffb/pytest_pretty-1.2.0-py3-none-any.whl", hash = "sha256:6f79122bf53864ae2951b6c9e94d7a06a87ef753476acd4588aeac018f062036", size = 6180 },
]
[[package]]
name = "pytest-xdist"
version = "3.6.1"