Skip to content

Commit

Permalink
Updated instructions for CONTRIBUTING.md to use colima (#355)
Browse files Browse the repository at this point in the history
* Updated instructions for CONTRIBUTING.md to use colima

* re-run ci
  • Loading branch information
hayesgb authored Oct 18, 2022
1 parent 6aa23f7 commit f15c37a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,15 @@ git push upstream main --follow-tags
python setup.py sdist bdist_wheel
twine upload dist/*
```

## Pytest
Testing `adlfs` requires Microsoft `azurite`, which
requires `docker`. Locally, this can be done with `Docker`, or
`colima`, which itself supports the `Docker runtime`.

If using `colima` do:
```
colima start
export DOCKER_HOST="unix://$HOME/.colima/docker.sock"
pytest
```

0 comments on commit f15c37a

Please sign in to comment.