diff --git a/Makefile b/Makefile index 8bc472eb..44488f9b 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,9 @@ .PHONY: test +# Do not pass in user flags to build tests. +unexport PYTHON_CFLAGS +unexport PYTHON_CONFIGURE_OPTS + test: bats PATH="./bats/bin:$$PATH" test/run cd plugins/python-build && $(PWD)/bats/bin/bats $${CI:+--tap} test