We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63716ac commit 7c01224Copy full SHA for 7c01224
1 file changed
recipe.yaml
@@ -60,7 +60,11 @@ tests:
60
- geoh5py
61
- dask
62
- distributed
63
- pip_check: false # pip checks fails on missing dask-core because it only sees name 'dask'
+
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
68
69
- script:
70
- pytest --ignore=tests/version_test.py
0 commit comments