Browse Source

Update `pytest-xdist` lower version bound to 2.5.0 (support for `--dist=loadgroup` option)

pull/14992/head
Yurii Motov 5 months ago
parent
commit
f9b4f2c4cb
  1. 2
      pyproject.toml
  2. 4
      uv.lock

2
pyproject.toml

@ -178,7 +178,7 @@ tests = [
"types-orjson >=3.6.2",
"types-ujson >=5.10.0.20240515",
"a2wsgi >=1.9.0,<=2.0.0",
"pytest-xdist[psutil]>=1.32.0",
"pytest-xdist[psutil]>=2.5.0",
"pytest-cov>=4.0.0",
"pytest-sugar>=0.9.5",
]

4
uv.lock

@ -1300,7 +1300,7 @@ dev = [
{ name = "pytest-codspeed", specifier = ">=4.2.0" },
{ name = "pytest-cov", specifier = ">=4.0.0" },
{ name = "pytest-sugar", specifier = ">=0.9.5" },
{ name = "pytest-xdist", extras = ["psutil"], specifier = ">=1.32.0" },
{ name = "pytest-xdist", extras = ["psutil"], specifier = ">=2.5.0" },
{ name = "python-slugify", specifier = ">=8.0.4" },
{ name = "pyyaml", specifier = ">=5.3.1,<7.0.0" },
{ name = "ruff", specifier = ">=0.14.14" },
@ -1362,7 +1362,7 @@ tests = [
{ name = "pytest-codspeed", specifier = ">=4.2.0" },
{ name = "pytest-cov", specifier = ">=4.0.0" },
{ name = "pytest-sugar", specifier = ">=0.9.5" },
{ name = "pytest-xdist", extras = ["psutil"], specifier = ">=1.32.0" },
{ name = "pytest-xdist", extras = ["psutil"], specifier = ">=2.5.0" },
{ name = "pyyaml", specifier = ">=5.3.1,<7.0.0" },
{ name = "ruff", specifier = ">=0.14.14" },
{ name = "sqlmodel", specifier = ">=0.0.31" },

Loading…
Cancel
Save