Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add note that minio is necessary for tests on MacOS. #1226

Merged
merged 2 commits into from
Dec 4, 2024

Conversation

markbader
Copy link
Contributor

@markbader markbader commented Dec 3, 2024

Description:

  • Adds a line to the CONTRIBUTING.md file for installation of the test setup on MacOS.

@markbader markbader self-assigned this Dec 3, 2024
CONTRIBUTING.md Outdated Show resolved Hide resolved
@markbader markbader changed the title Add note that minio is necessary for tests on iOS. Add note that minio is necessary for tests on MacOS. Dec 3, 2024
Co-authored-by: Tom Herold <[email protected]>
@hotzenklotz
Copy link
Member

And why is this an OS specific requirement? minio is an S3-API compatible object storage service. I believe we use that for testing S3 compatibility locally. Hence, you probably need that on Linux/(Windows) too if you want to run the tests, right?

See https://vscode.dev/github/scalableminds/webknossos-libs/blob/more-docstrings/webknossos/tests/constants.py#L37

@normanrz
Copy link
Member

normanrz commented Dec 3, 2024

On Linux, we use docker for minio. On macOS, we use the locally installed minio. https://github.com/scalableminds/webknossos-libs/blob/master/webknossos/tests/constants.py#L33-L51

@markbader markbader merged commit 6c2591c into master Dec 4, 2024
19 checks passed
@markbader markbader deleted the update-contributing-instructions-ios branch December 4, 2024 12:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants