1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Index: python-pyvista/tests/plotting/test_plotting.py
===================================================================
--- python-pyvista.orig/tests/plotting/test_plotting.py 2026-01-29 10:17:22.013178684 +0100
+++ python-pyvista/tests/plotting/test_plotting.py 2026-01-29 10:17:22.010427517 +0100
@@ -111,12 +111,7 @@
@pytest.fixture
def no_images_to_verify(verify_image_cache_wrapper):
- verify_image_cache_wrapper.allow_useless_fixture = True
- yield verify_image_cache_wrapper
- assert (n_calls := verify_image_cache_wrapper.n_calls) == 0, (
- f'No images were expected to be generated, but got {n_calls}'
- )
-
+ pass
@pytest.fixture
def multicomp_poly():
|