mirror of
https://github.com/ThePhaseless/Byparr.git
synced 2025-03-15 01:40:21 +08:00
remove pytest (included in sb)
This commit is contained in:
parent
8f0fbeebec
commit
64c5eb770e
@ -19,7 +19,6 @@ urls = { repository = "https://github.com/ThePhaseless/Byparr" }
|
||||
[dependency-groups]
|
||||
test = [
|
||||
"httpx==0.28.1",
|
||||
"pytest==8.3.4",
|
||||
"pytest-asyncio==0.25.3",
|
||||
"pytest-progress==1.3.0",
|
||||
"pytest-retry==1.7.0",
|
||||
|
2
uv.lock
generated
2
uv.lock
generated
@ -80,7 +80,6 @@ dev = [
|
||||
]
|
||||
test = [
|
||||
{ name = "httpx" },
|
||||
{ name = "pytest" },
|
||||
{ name = "pytest-asyncio" },
|
||||
{ name = "pytest-progress" },
|
||||
{ name = "pytest-retry" },
|
||||
@ -103,7 +102,6 @@ dev = [
|
||||
]
|
||||
test = [
|
||||
{ name = "httpx", specifier = "==0.28.1" },
|
||||
{ name = "pytest", specifier = "==8.3.4" },
|
||||
{ name = "pytest-asyncio", specifier = "==0.25.3" },
|
||||
{ name = "pytest-progress", specifier = "==1.3.0" },
|
||||
{ name = "pytest-retry", specifier = "==1.7.0" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user