Skip to content

Commit 7c01224

Browse files
committed
[GEOPY-2049] comment further about pip check and dask
1 parent 63716ac commit 7c01224

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

recipe.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,11 @@ tests:
6060
- geoh5py
6161
- dask
6262
- distributed
63-
pip_check: false # pip checks fails on missing dask-core because it only sees name 'dask'
63+
64+
# `pip check` fails on missing dask-core because it only sees name 'dask'
65+
# Possibly, use custom mapping for dask => dask-core
66+
# See `conda-lock --pypi_to_conda_lookup_file`, or the `pixi` option "conda-pypi-map"
67+
pip_check: false
6468

6569
- script:
6670
- pytest --ignore=tests/version_test.py

0 commit comments

Comments
 (0)