mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
Unset PYTHON_CFLAGS and PYTHON_CONFIGURE_OPTS for build tests
This commit is contained in:
parent
d320d74a07
commit
96d3bd6379
1 changed files with 4 additions and 0 deletions
4
Makefile
4
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
|
||||
|
|
Loading…
Reference in a new issue