Skip to content

Commit d1feaee

Browse files
authored
Merge branch 'main' into feat/fixed-length-strings
2 parents c3c3288 + aa844a3 commit d1feaee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ gpu = [
7272
# Development extras
7373
test = [
7474
"coverage",
75-
"pytest",
75+
# Pin possibly due to https://github.com/pytest-dev/pytest-cov/issues/693
76+
"pytest<8.4",
7677
"pytest-asyncio",
7778
"pytest-cov",
7879
"pytest-accept",
@@ -209,7 +210,6 @@ dependencies = [
209210
'packaging @ git+https://github.com/pypa/packaging',
210211
'numpy', # from scientific-python-nightly-wheels
211212
'numcodecs @ git+https://github.com/zarr-developers/numcodecs',
212-
'fsspec @ git+https://github.com/fsspec/filesystem_spec',
213213
's3fs @ git+https://github.com/fsspec/s3fs',
214214
'universal_pathlib @ git+https://github.com/fsspec/universal_pathlib',
215215
'typing_extensions @ git+https://github.com/python/typing_extensions',

0 commit comments

Comments
 (0)