This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git
commit ab43e7b767b6231fa4f2eac1c68ed73b8009bdbc Author: Tomaz Muraus <[email protected]> AuthorDate: Thu Dec 8 23:37:41 2022 +0100 Ignore microbenchmarks when running just plain tests. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 4c1941c15..8b211eaca 100644 --- a/tox.ini +++ b/tox.ini @@ -33,7 +33,7 @@ setenv = # NOTE: tee-sys is not supported by pytest which still supports Python 3.5 # pytest -rsx -vvv -o log_cli=True --durations=10 -n auto --dist loadfile commands = cp libcloud/test/secrets.py-dist libcloud/test/secrets.py - pytest -rsx -vvv --capture=tee-sys -o log_cli=True --durations=10 -n auto --dist loadfile --ignore libcloud/test/benchmarks/ + pytest -rsx -vvv --capture=tee-sys -o log_cli=True --durations=10 -n auto --dist loadfile --ignore libcloud/test/benchmarks/ --ignore-glob "*test_list_objects_filtering_performance*" whitelist_externals = cp bash
