From 79b58832ad4eb5bdb26d2c1d83a60b57cc6323d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20H=C3=B8xbro=20Hansen?= Date: Wed, 22 May 2024 19:03:28 +0200 Subject: [PATCH] Add benchmark skip to examples --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 8f731a2a7..ec84d3968 100644 --- a/tox.ini +++ b/tox.ini @@ -34,7 +34,7 @@ commands = pytest datashader -k "not test_tiles" -n logical --dist loadgroup --c description = Test that default examples run deps = .[examples, tests] commands = datashader fetch-data --path=examples --use-test-data - pytest -n logical --dist loadscope --nbval-lax examples + pytest -n logical --dist loadscope --nbval-lax examples --benchmark-skip # could add more, to test types of example other than nbs [_examples_extra]