mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 14:30:09 +01:00
remove debug code (facepalm)
This commit is contained in:
parent
105729f6d3
commit
9b950ebb83
1 changed files with 1 additions and 1 deletions
|
|
@ -33,5 +33,5 @@ test_compat: $(COMPAT_TEST_FILES)
|
|||
env_py=$${env_pys[i]}; \
|
||||
$${env_py} -m pip install --upgrade build/test_wheel/*.whl; \
|
||||
ENABLE_BACKTRACE=0 PYTHONPATH="" ENV=$${ENV-dev} \
|
||||
$${env_py} -m pytest --verbose compat_test/ -k novcs_bump; \
|
||||
$${env_py} -m pytest --verbose compat_test/; \
|
||||
done;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue