1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
Index: python-pyvista/pyproject.toml
===================================================================
--- python-pyvista.orig/pyproject.toml 2026-01-26 23:15:15.895736471 +0100
+++ python-pyvista/pyproject.toml 2026-01-26 23:15:15.893105392 +0100
@@ -234,9 +234,6 @@
'always:.*Exceeded image regression warning of .* with an image error of .*:UserWarning',
]
-failed_image_dir = '_failed_test_images'
-generated_image_dir = '_generated_test_images'
-image_cache_dir = 'tests/plotting/image_cache'
junit_family = 'legacy'
log_cli_level = "INFO"
markers = [
|