We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 271ca9a commit 82a2e7bCopy full SHA for 82a2e7b
Makefile
@@ -31,16 +31,6 @@ coverage: ## Target to combine and report coverage.
31
lint: ## Lint all files in the project, which we also run in pre-commit
32
poetry run pre-commit run -a
33
34
-image: ## Make the docker image for dind tests
35
- docker build --build-arg PYTHON_VERSION=${PYTHON_VERSION} -t ${IMAGE} .
36
-
37
-DOCKER_RUN = docker run --rm -v /var/run/docker.sock:/var/run/docker.sock
38
39
-tests-dind: ${TESTS_DIND} ## Run the tests in docker containers to test `dind`
40
-${TESTS_DIND}: %/tests-dind: image
41
- ${DOCKER_RUN} ${IMAGE} \
42
- bash -c "make $*/tests"
43
44
docs: ## Build the docs for the project
45
poetry run sphinx-build -nW . docs/_build
46
0 commit comments