File: drop_pytest_image_cache_dirs_from_pyproject.patch

package info (click to toggle)
python-pyvista 0.46.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 177,016 kB
  • sloc: python: 94,352; sh: 216; makefile: 70
file content (14 lines) | stat: -rw-r--r-- 568 bytes parent folder | download | duplicates (2)
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 = [