mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 14:30:09 +01:00
fix testing on pypy adendum
This commit is contained in:
parent
7172afdd81
commit
7239679296
2 changed files with 3 additions and 1 deletions
4
makefile
4
makefile
|
|
@ -44,6 +44,9 @@ CONDA_ENV_NAMES := \
|
|||
CONDA_ENV_PATHS := \
|
||||
$(subst pypy,$(ENV_PREFIX)/$(PKG_NAME)_pypy,$(subst python=,$(ENV_PREFIX)/$(PKG_NAME)_py,$(subst .,,$(SUPPORTED_PYTHON_VERSIONS))))
|
||||
|
||||
# envname/bin/python is unfortunately not always the correct
|
||||
# interpreter. In the case of pypy it is either envname/bin/pypy or
|
||||
# envname/bin/pypy3
|
||||
CONDA_ENV_BIN_PYTHON_PATHS := \
|
||||
$(shell echo "$(CONDA_ENV_PATHS)" \
|
||||
| sed 's!\(_py[[:digit:]]\+\)!\1/bin/python!g' \
|
||||
|
|
@ -52,7 +55,6 @@ CONDA_ENV_BIN_PYTHON_PATHS := \
|
|||
)
|
||||
|
||||
|
||||
|
||||
empty :=
|
||||
literal_space := $(empty) $(empty)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue