mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 06:20:08 +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 := \
|
CONDA_ENV_PATHS := \
|
||||||
$(subst pypy,$(ENV_PREFIX)/$(PKG_NAME)_pypy,$(subst python=,$(ENV_PREFIX)/$(PKG_NAME)_py,$(subst .,,$(SUPPORTED_PYTHON_VERSIONS))))
|
$(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 := \
|
CONDA_ENV_BIN_PYTHON_PATHS := \
|
||||||
$(shell echo "$(CONDA_ENV_PATHS)" \
|
$(shell echo "$(CONDA_ENV_PATHS)" \
|
||||||
| sed 's!\(_py[[:digit:]]\+\)!\1/bin/python!g' \
|
| sed 's!\(_py[[:digit:]]\+\)!\1/bin/python!g' \
|
||||||
|
|
@ -52,7 +55,6 @@ CONDA_ENV_BIN_PYTHON_PATHS := \
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
empty :=
|
empty :=
|
||||||
literal_space := $(empty) $(empty)
|
literal_space := $(empty) $(empty)
|
||||||
|
|
||||||
|
|
|
||||||
0
src/pycalver/__main__.py
Normal file → Executable file
0
src/pycalver/__main__.py
Normal file → Executable file
Loading…
Add table
Add a link
Reference in a new issue