File: no_trame_vtk.patch

package info (click to toggle)
python-pyvista 0.44.1-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 159,804 kB
  • sloc: python: 72,164; sh: 118; makefile: 68
file content (26 lines) | stat: -rw-r--r-- 1,082 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Index: python-pyvista/tests/tinypages/conf.py
===================================================================
--- python-pyvista.orig/tests/tinypages/conf.py	2024-11-10 15:03:29.763517524 +0100
+++ python-pyvista/tests/tinypages/conf.py	2024-11-10 15:03:29.763517524 +0100
@@ -25,7 +25,7 @@
 extensions = [
     "numpydoc",
     "pyvista.ext.plot_directive",
-    "pyvista.ext.viewer_directive",
+#    "pyvista.ext.viewer_directive",
     "sphinx.ext.autosummary",
     "sphinx_design",
 ]
Index: python-pyvista/tests/test_tinypages.py
===================================================================
--- python-pyvista.orig/tests/test_tinypages.py	2024-11-10 13:21:43.633043128 +0100
+++ python-pyvista/tests/test_tinypages.py	2024-11-10 15:08:13.182104172 +0100
@@ -54,7 +54,7 @@
 
     assert html_dir.is_dir()
 
-    def plot_file(plt, num, subnum, extension="vtksz"):
+    def plot_file(plt, num, subnum, extension="png"):
         return html_dir / f'some_plots-{plt}_{num:02d}_{subnum:02d}.{extension}'
 
     # verify directives generating a figure generated figures