Package: python-pyvista / 0.46.4-4
Metadata
| Package | Version | Patches format |
|---|---|---|
| python-pyvista | 0.46.4-4 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| no_trame_vtk.patch | (download) |
tests/plotting/test_tinypages.py |
2 1 + 1 - 0 ! |
--- |
| no_retry_requests_package.patch | (download) |
tests/examples/test_downloads.py |
8 1 + 7 - 0 ! |
--- |
| paraview_skip_tests.patch | (download) |
tests/core/test_composite.py |
3 3 + 0 - 0 ! |
--- |
| skip_trimesh_tests.patch | (download) |
tests/core/test_helpers.py |
7 5 + 2 - 0 ! |
--- |
| skip_cmcrameri_cmocean_tests.patch | (download) |
doc/source/make_tables.py |
4 2 + 2 - 0 ! |
--- |
| no_pytest_cases_package.patch | (download) |
tests/core/test_utilities.py |
112 0 + 112 - 0 ! |
--- |
| drop_pytest_image_cache_dirs_from_pyproject.patch | (download) |
pyproject.toml |
3 0 + 3 - 0 ! |
--- |
| empty_no_images_to_verify_fixture.patch | (download) |
tests/plotting/test_plotting.py |
7 1 + 6 - 0 ! |
--- |
| python3.14 compatibility.patch | (download) |
pyvista/core/_typing_core/_aliases.py |
23 0 + 23 - 0 ! |
fix python 3.14 compatibility by removing __doc__ assignments to type aliases Python 3.14 made typing.Union and TypeVar objects' __doc__ attributes read-only, preventing assignment of custom documentation strings. This patch removes all __doc__ assignments from type aliases to make pyvista importable in Python 3.14. . This is based on upstream PR #8102: https://github.com/pyvista/pyvista/pull/8102 |
