We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d507d5 commit 109dc2eCopy full SHA for 109dc2e
1 file changed
Makefile
@@ -16,7 +16,7 @@ export PYTHON ?= $(shell python3 --version >/dev/null 2>&1 && echo python3 || e
16
PYTHON_V = $(shell $(PYTHON) -c "import sys; print('-'.join((('venv' if sys.prefix != sys.base_prefix else next(iter(filter(None,sys.base_prefix.split('/'))))),sys.platform,sys.implementation.cache_tag)))" 2>/dev/null )
17
18
export PYTEST ?= $(PYTHON) -m pytest
19
-export PYTEST_OPTS ?= -vv --capture=no
+export PYTEST_OPTS ?= # -vv --capture=no
20
21
22
VERSION = $(shell $(PYTHON) -c "exec(open('hdwallet/info.py').read()); print(__version__[1:])" )
0 commit comments