Skip to content

Commit

Permalink
Fix make test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
davisagli committed Mar 6, 2025
1 parent 75bc97b commit 29f09c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ instance/etc/zope.ini: $(BIN_FOLDER)/pipx ## Create instance configuration
@echo "$(GREEN)==> Create instance configuration$(RESET)"
$(BIN_FOLDER)/pipx run cookiecutter -f --no-input --config-file instance.yaml gh:plone/cookiecutter-zope-instance

$(BIN_FOLDER)/runwsgi $(BIN_FOLDER)/zope-testrunner: ## Install Plone
$(BIN_FOLDER)/runwsgi $(BIN_FOLDER)/zope-testrunner: $(BIN_FOLDER)/pip ## Install Plone
@echo "$(GREEN)==> Install Plone$(RESET)"
$(BIN_FOLDER)/mxdev -c mx.ini
$(BIN_FOLDER)/pip install -r requirements-mxdev.txt
Expand Down

0 comments on commit 29f09c1

Please sign in to comment.