Skip to content

Commit 73d60df

Browse files
authored
Merge pull request #242 from kjohnson0451/pytest-binary-update
Update pytest binary location
2 parents 6c095aa + 26cde03 commit 73d60df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PY_PACKAGE := ansible-bender
44
# container image with ab inside
55
CONT_IMG := $(PY_PACKAGE)
66
ANSIBLE_BENDER := python3 -m ansible_bender.cli
7-
PYTEST_EXEC := pytest-3
7+
PYTEST_EXEC := pytest
88

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

0 commit comments

Comments
 (0)