remove pytest progress

This commit is contained in:
ThePhaseless
2025-10-15 12:50:47 +00:00
parent 07cfa9370f
commit c80909a22f
2 changed files with 0 additions and 12 deletions
-1
View File
@@ -20,7 +20,6 @@ test = [
"httpx==0.28.*",
"pytest==8.4.*",
"pytest-asyncio==1.2.*",
"pytest-progress==1.3.*",
"pytest-retry==1.7.*",
"pytest-xdist==3.8.*",
"setuptools>=80.9.0",
Generated
-11
View File
@@ -143,7 +143,6 @@ test = [
{ name = "httpx" },
{ name = "pytest" },
{ name = "pytest-asyncio" },
{ name = "pytest-progress" },
{ name = "pytest-retry" },
{ name = "pytest-xdist" },
{ name = "setuptools" },
@@ -166,7 +165,6 @@ test = [
{ name = "httpx", specifier = "==0.28.*" },
{ name = "pytest", specifier = "==8.4.*" },
{ name = "pytest-asyncio", specifier = "==1.2.*" },
{ name = "pytest-progress", specifier = "==1.3.*" },
{ name = "pytest-retry", specifier = "==1.7.*" },
{ name = "pytest-xdist", specifier = "==3.8.*" },
{ name = "setuptools", specifier = ">=80.9.0" },
@@ -967,15 +965,6 @@ wheels = [
{ url = "https://files.pythonhosted.org/packages/04/93/2fa34714b7a4ae72f2f8dad66ba17dd9a2c793220719e736dda28b7aec27/pytest_asyncio-1.2.0-py3-none-any.whl", hash = "sha256:8e17ae5e46d8e7efe51ab6494dd2010f4ca8dae51652aa3c8d55acf50bfb2e99", size = 15095, upload-time = "2025-09-12T07:33:52.639Z" },
]
[[package]]
name = "pytest-progress"
version = "1.3.0"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "pytest" },
]
sdist = { url = "https://files.pythonhosted.org/packages/71/af/285d33ac0630610eaf0bdba431ac7e3d3f8332e1c0244db360a7193c6541/pytest_progress-1.3.0.tar.gz", hash = "sha256:b2a6cd0b0cd8b50b19f56777402835e546dc8404eb7fa77ac2ace9dc719ec50e", size = 4736, upload-time = "2024-06-18T09:30:00.051Z" }
[[package]]
name = "pytest-retry"
version = "1.7.0"