Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,7 @@ uv.lock
profile.speedscope.json

# test datasets (e.g. Xenium ones)
# symlinks
data
# data folder
data/
tests/data
.venv
.uv.lock
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ test = [
"pytest",
"pytest-cov",
# https://github.com/scverse/spatialdata-io/issues/334
"pyarrow!=22"
"pyarrow!=22",
"pytest-mock"
]
# this will be used by readthedocs and will make pip also look for pre-releases, generally installing the latest available version
# update: readthedocs doens't seem to try to install pre-releases even if when trying to install the pre optional-dependency. For
Expand Down
Loading
Loading