Skip to content

Commit f15c37a

Browse files
authored
Updated instructions for CONTRIBUTING.md to use colima (#355)
* Updated instructions for CONTRIBUTING.md to use colima * re-run ci
1 parent 6aa23f7 commit f15c37a

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,15 @@ git push upstream main --follow-tags
2727
python setup.py sdist bdist_wheel
2828
twine upload dist/*
2929
```
30+
31+
## Pytest
32+
Testing `adlfs` requires Microsoft `azurite`, which
33+
requires `docker`. Locally, this can be done with `Docker`, or
34+
`colima`, which itself supports the `Docker runtime`.
35+
36+
If using `colima` do:
37+
```
38+
colima start
39+
export DOCKER_HOST="unix://$HOME/.colima/docker.sock"
40+
pytest
41+
```

0 commit comments

Comments
 (0)