Skip to content

Commit

Permalink
chore(core): remove test-dind and image makefile entries (#725)
Browse files Browse the repository at this point in the history
they both have been replaced by proper `pytest` tests

follow up of #714
  • Loading branch information
CarliJoy authored Oct 24, 2024
1 parent 271ca9a commit 82a2e7b
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,6 @@ coverage: ## Target to combine and report coverage.
lint: ## Lint all files in the project, which we also run in pre-commit
poetry run pre-commit run -a

image: ## Make the docker image for dind tests
docker build --build-arg PYTHON_VERSION=${PYTHON_VERSION} -t ${IMAGE} .

DOCKER_RUN = docker run --rm -v /var/run/docker.sock:/var/run/docker.sock

tests-dind: ${TESTS_DIND} ## Run the tests in docker containers to test `dind`
${TESTS_DIND}: %/tests-dind: image
${DOCKER_RUN} ${IMAGE} \
bash -c "make $*/tests"

docs: ## Build the docs for the project
poetry run sphinx-build -nW . docs/_build

Expand Down

0 comments on commit 82a2e7b

Please sign in to comment.