Skip to content

Commit 0c79d3e

Browse files
Update dependency pytest to v8 (#226)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9ae2d5c commit 0c79d3e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pixi.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ numpydoc = ">=1.8.0,<2"
6363
# import dependencies for mypy:
6464
array-api-strict = ">=2.3.1"
6565
numpy = "*"
66-
pytest = "*"
66+
pytest = ">=8.3.5"
6767
hypothesis = "*"
6868
dask-core = ">=2025.3.0" # No distributed, tornado, etc.
6969
# NOTE: don't add jax, pytorch, sparse, cupy here
@@ -78,7 +78,7 @@ pyright = "basedpyright"
7878
lint = { depends-on = ["pre-commit", "pylint", "mypy", "pyright"] }
7979

8080
[tool.pixi.feature.tests.dependencies]
81-
pytest = ">=6"
81+
pytest = ">=8.3.5"
8282
pytest-cov = ">=3"
8383
hypothesis = "*"
8484
array-api-strict = ">=2.3.1"
@@ -106,7 +106,7 @@ sphinx-copybutton = "*"
106106
sphinx-autodoc-typehints = "*"
107107
# Needed to import parsed modules with autodoc
108108
dask-core = ">=2025.3.0"
109-
pytest = "*"
109+
pytest = ">=8.3.5"
110110
typing-extensions = "*"
111111
numpy = "*"
112112

0 commit comments

Comments
 (0)