Skip to content

Commit

Permalink
Merge pull request #242 from kjohnson0451/pytest-binary-update
Browse files Browse the repository at this point in the history
Update pytest binary location
  • Loading branch information
TomasTomecek authored Jan 8, 2021
2 parents 6c095aa + 26cde03 commit 73d60df
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 @@ -4,7 +4,7 @@ PY_PACKAGE := ansible-bender
# container image with ab inside
CONT_IMG := $(PY_PACKAGE)
ANSIBLE_BENDER := python3 -m ansible_bender.cli
PYTEST_EXEC := pytest-3
PYTEST_EXEC := pytest

build-ab-img: contrib/pre-setup.yml
$(ANSIBLE_BENDER) build -- ./contrib/pre-setup.yml $(BASE_IMAGE) $(CONT_IMG)
Expand Down

0 comments on commit 73d60df

Please sign in to comment.