misc: Move pytest-cov dependency to test extra

This commit is contained in:
Michael Manganiello
2025-08-07 11:00:48 -03:00
parent aaba801fc7
commit 0f8d0ffecd
2 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,6 @@ dependencies = [
"psycopg[c] ~= 3.2",
"py7zr ~= 1.0",
"pydash ~= 7.0",
"pytest-cov>=6.2.1",
"python-dotenv == 1.0.1",
"python-magic ~= 0.4",
"python-socketio == 5.11.1",
@@ -67,6 +66,7 @@ test = [
"fakeredis ~= 2.21",
"pytest ~= 8.3",
"pytest-asyncio ~= 0.23",
"pytest-cov ~= 6.2",
"pytest-env ~= 1.1",
"pytest-mock ~= 3.12",
"pytest-recording ~= 0.13",

4
uv.lock generated
View File

@@ -1754,7 +1754,6 @@ dependencies = [
{ name = "psycopg", extra = ["c"] },
{ name = "py7zr" },
{ name = "pydash" },
{ name = "pytest-cov" },
{ name = "python-dotenv" },
{ name = "python-magic" },
{ name = "python-socketio" },
@@ -1791,6 +1790,7 @@ test = [
{ name = "fakeredis" },
{ name = "pytest" },
{ name = "pytest-asyncio" },
{ name = "pytest-cov" },
{ name = "pytest-env" },
{ name = "pytest-mock" },
{ name = "pytest-recording" },
@@ -1823,7 +1823,7 @@ requires-dist = [
{ name = "pyinstrument", marker = "extra == 'dev'", specifier = "~=5.0" },
{ name = "pytest", marker = "extra == 'test'", specifier = "~=8.3" },
{ name = "pytest-asyncio", marker = "extra == 'test'", specifier = "~=0.23" },
{ name = "pytest-cov", specifier = ">=6.2.1" },
{ name = "pytest-cov", marker = "extra == 'test'", specifier = "~=6.2" },
{ name = "pytest-env", marker = "extra == 'test'", specifier = "~=1.1" },
{ name = "pytest-mock", marker = "extra == 'test'", specifier = "~=3.12" },
{ name = "pytest-recording", marker = "extra == 'test'", specifier = "~=0.13" },