Skip to content

Commit d7963b5

Browse files
remotesynthwhummer
andauthored
Update wiremock/Makefile
Co-authored-by: Waldemar Hummer <waldemar.hummer@gmail.com>
1 parent 11676bd commit d7963b5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

wiremock/Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ entrypoints: venv # Generate plugin entrypoints for Python package
3434

3535
format: ## Run ruff to format the whole codebase
3636
$(VENV_RUN); python -m ruff format .; python -m ruff check --output-format=full --fix .
37-
38-
test: ## Run integration tests (requires LocalStack running with the Extension installed)
39-
$(VENV_RUN); pytest tests $(PYTEST_ARGS)
40-
4137
sample-oss: ## Deploy sample app (OSS mode)
4238
echo "Creating stubs in WireMock ..."
4339
bin/create-stubs.sh

0 commit comments

Comments
 (0)