mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 06:20:08 +01:00
allow compat tests to be filtered
This commit is contained in:
parent
c90d3ca5e5
commit
afe82cf7c3
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
|
@ -59,7 +59,9 @@ 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/; \
|
||||
$${env_py} -m pytest \
|
||||
-k "$${PYTEST_FILTER-$${FLTR}}" \
|
||||
--verbose compat_test/; \
|
||||
done;
|
||||
|
||||
rm -rf compat_test/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue