mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 06:20:08 +01:00
remove compat fix
This commit is contained in:
parent
df492a20d6
commit
753c649798
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ test_compat: $(COMPAT_TEST_FILES)
|
|||
IFS=' ' read -r -a env_paths <<< "$(CONDA_ENV_PATHS)"; \
|
||||
for i in $${!env_paths[@]}; do \
|
||||
env_py=$${env_paths[i]}/bin/python; \
|
||||
$${env_py} -m pip install --upgrade pytest build/test_wheel/*.whl; \
|
||||
$${env_py} -m pip install --upgrade build/test_wheel/*.whl; \
|
||||
PYTHONPATH="" ENV=$${ENV-dev} \
|
||||
$${env_py} -m pytest --verbose compat_test/; \
|
||||
done;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue