mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 06:20:08 +01:00
make test does not do test_compat
This commit is contained in:
parent
914529fa8b
commit
6e3a54d6ab
1 changed files with 6 additions and 6 deletions
|
|
@ -379,12 +379,12 @@ test:
|
||||||
|
|
||||||
# Next we install the package and run the test suite against it.
|
# Next we install the package and run the test suite against it.
|
||||||
|
|
||||||
IFS=' ' read -r -a env_py_paths <<< "$(CONDA_ENV_BIN_PYTHON_PATHS)"; \
|
# IFS=' ' read -r -a env_py_paths <<< "$(CONDA_ENV_BIN_PYTHON_PATHS)"; \
|
||||||
for i in $${!env_py_paths[@]}; do \
|
# for i in $${!env_py_paths[@]}; do \
|
||||||
env_py=$${env_py_paths[i]}; \
|
# env_py=$${env_py_paths[i]}; \
|
||||||
$${env_py} -m pip install --upgrade .; \
|
# $${env_py} -m pip install --upgrade .; \
|
||||||
PYTHONPATH="" ENV=$${ENV-dev} $${env_py} -m pytest test/; \
|
# PYTHONPATH="" ENV=$${ENV-dev} $${env_py} -m pytest test/; \
|
||||||
done;
|
# done;
|
||||||
|
|
||||||
@rm -rf ".pytest_cache";
|
@rm -rf ".pytest_cache";
|
||||||
@rm -rf "src/__pycache__";
|
@rm -rf "src/__pycache__";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue