diff --git a/pixi.lock b/pixi.lock index feff109f..df9f33ba 100644 --- a/pixi.lock +++ b/pixi.lock @@ -5232,7 +5232,7 @@ packages: - pypi: . name: array-api-extra version: 0.7.2.dev0 - sha256: 94aa031e277458721e30ccb00f7305fe83fdd61174c88c588d98f663353aed6f + sha256: 9af8c361fe340a365eae218d62bcef9b9bb1df07486b9612a37ba67aea1a8aee requires_dist: - array-api-compat>=1.11.2,<2 requires_python: '>=3.10' diff --git a/pyproject.toml b/pyproject.toml index 41eae83a..88be4ad3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ numpydoc = ">=1.8.0,<2" # import dependencies for mypy: array-api-strict = ">=2.3.1" numpy = "*" -pytest = "*" +pytest = ">=8.3.5" hypothesis = "*" dask-core = ">=2025.3.0" # No distributed, tornado, etc. # NOTE: don't add jax, pytorch, sparse, cupy here @@ -78,7 +78,7 @@ pyright = "basedpyright" lint = { depends-on = ["pre-commit", "pylint", "mypy", "pyright"] } [tool.pixi.feature.tests.dependencies] -pytest = ">=6" +pytest = ">=8.3.5" pytest-cov = ">=3" hypothesis = "*" array-api-strict = ">=2.3.1" @@ -106,7 +106,7 @@ sphinx-copybutton = "*" sphinx-autodoc-typehints = "*" # Needed to import parsed modules with autodoc dask-core = ">=2025.3.0" -pytest = "*" +pytest = ">=8.3.5" typing-extensions = "*" numpy = "*"