Skip to content

Commit 82a2e7b

Browse files
authored
chore(core): remove test-dind and image makefile entries (#725)
they both have been replaced by proper `pytest` tests follow up of #714
1 parent 271ca9a commit 82a2e7b

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Makefile

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,6 @@ coverage: ## Target to combine and report coverage.
3131
lint: ## Lint all files in the project, which we also run in pre-commit
3232
poetry run pre-commit run -a
3333

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-
4434
docs: ## Build the docs for the project
4535
poetry run sphinx-build -nW . docs/_build
4636

0 commit comments

Comments
 (0)