Skip to content

build: bump pytest-pyvista from 0.1.9 to 0.2.0 in the testing group #4106

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/changelog.d/4106.miscellaneous.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Build: bump pytest-pyvista from 0.1.9 to 0.2.0 in the testing group
Binary file added image_cache_dir/pick_nodes[A].png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image_cache_dir/pick_nodes[R].png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image_cache_dir/pick_nodes[S].png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image_cache_dir/pick_nodes[U].png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ tests = [
"pyiges[full]==0.3.2",
"pytest-cov==6.2.1",
"pytest-profiling==1.8.1",
"pytest-pyvista==0.1.9",
"pytest-pyvista==0.2.0",
"pytest-random-order==1.2.0",
"pytest-reportlog==0.4.0",
"pytest-rerunfailures==15.1",
Expand Down
2 changes: 2 additions & 0 deletions tests/test_plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,8 @@ def debug_orders(pl, point):
assert 2 not in selected, "Node 2 should not be selected."
assert 1 in selected, "Node 1 should be selected."

mapdl.nplot()


@pytest.mark.parametrize(
"selection",
Expand Down
Loading