Browse Source

⬆️ Raise pytest-xdist minimum (#16170)

pull/15696/merge
Sebastián Ramírez 1 week ago
committed by GitHub
parent
commit
b35a7c3944
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      pyproject.toml
  2. 4
      uv.lock

2
pyproject.toml

@ -175,7 +175,7 @@ tests = [
"ty>=0.0.25",
"typer >=0.24.1",
"a2wsgi >=1.9.0,<=2.0.0",
"pytest-xdist[psutil]>=2.5.0",
"pytest-xdist[psutil]>=3.0.2",
"pytest-cov>=4.0.0",
"pytest-sugar>=1.0.0",
"pytest-timeout>=2.4.0",

4
uv.lock

@ -1066,7 +1066,7 @@ dev = [
{ name = "pytest-cov", specifier = ">=4.0.0" },
{ name = "pytest-sugar", specifier = ">=1.0.0" },
{ name = "pytest-timeout", specifier = ">=2.4.0" },
{ name = "pytest-xdist", extras = ["psutil"], specifier = ">=2.5.0" },
{ name = "pytest-xdist", extras = ["psutil"], specifier = ">=3.0.2" },
{ name = "python-slugify", specifier = ">=8.0.4" },
{ name = "pyyaml", specifier = ">=5.3.1,<7.0.0" },
{ name = "ruff", specifier = ">=0.14.14" },
@ -1126,7 +1126,7 @@ tests = [
{ name = "pytest-cov", specifier = ">=4.0.0" },
{ name = "pytest-sugar", specifier = ">=1.0.0" },
{ name = "pytest-timeout", specifier = ">=2.4.0" },
{ name = "pytest-xdist", extras = ["psutil"], specifier = ">=2.5.0" },
{ name = "pytest-xdist", extras = ["psutil"], specifier = ">=3.0.2" },
{ name = "pyyaml", specifier = ">=5.3.1,<7.0.0" },
{ name = "ruff", specifier = ">=0.14.14" },
{ name = "sqlmodel", specifier = ">=0.0.31" },

Loading…
Cancel
Save