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 7c4d4c8 commit 28d7024Copy full SHA for 28d7024
Makefile
@@ -6,10 +6,11 @@ IMAGE = testcontainers-python:${PYTHON_VERSION}
6
PACKAGES = core $(addprefix modules/,$(notdir $(wildcard modules/*)))
7
8
UPLOAD = $(addsuffix /upload,${PACKAGES})
9
-TESTS = $(addsuffix /tests,$(filter-out meta,$(filter-out %.md %.txt,${PACKAGES})))
+TESTS = $(addsuffix /tests,$(filter-out meta,${PACKAGES}))
10
TESTS_DIND = $(addsuffix -dind,${TESTS})
11
DOCTESTS = $(addsuffix /doctests,$(filter-out modules/README.md,${PACKAGES}))
12
13
+
14
install: ## Set up the project for development
15
poetry install --all-extras
16
poetry run pre-commit install
0 commit comments