File: drop_pytest_image_cache_dirs_from_pyproject.patch

package info (click to toggle)
python-pyvista 0.46.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 176,944 kB
  • sloc: python: 94,372; sh: 216; makefile: 70
file content (14 lines) | stat: -rw-r--r-- 454 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/pyproject.toml b/pyproject.toml
index c86b5ed..169ceb2 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -232,9 +232,6 @@ filterwarnings = [
   '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 = [