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

Cannot run make test #3171

Closed
john-b-yang opened this issue Aug 21, 2023 · 2 comments
Closed

Cannot run make test #3171

john-b-yang opened this issue Aug 21, 2023 · 2 comments

Comments

@john-b-yang
Copy link
Contributor

john-b-yang commented Aug 21, 2023

Hello, I followed the instructions to build docker-py locally by cloning a fork of the repository and running python setup.py develop.

I am attempting to run the tests with make test, but when I run this command, I get the following error:

$ make test
docker build \
	--pull \
	-t docker-sdk-python3 \
	-f tests/Dockerfile \
	--build-arg APT_MIRROR .
make: docker: No such file or directory
make: *** [Makefile:34: build-py3] Error 127

Can I get guidance on what to do? Thanks in advance!

@milas
Copy link
Contributor

milas commented Aug 24, 2023

make: docker: No such file or directory

You need Docker installed and working to run the tests and other Makefile tasks, many of them use containers.

@milas milas closed this as not planned Won't fix, can't repro, duplicate, stale Aug 24, 2023
@john-b-yang
Copy link
Contributor Author

I see, thanks for the clarification!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants