allow compat tests to be filtered

This commit is contained in:
Manuel Barkhau 2022-10-14 16:20:35 +00:00 committed by mbarkhau
parent c90d3ca5e5
commit afe82cf7c3

View file

@ -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/