diff --git a/doc/changelog.d/4106.miscellaneous.md b/doc/changelog.d/4106.miscellaneous.md new file mode 100644 index 0000000000..a94068cd5f --- /dev/null +++ b/doc/changelog.d/4106.miscellaneous.md @@ -0,0 +1 @@ +Build: bump pytest-pyvista from 0.1.9 to 0.2.0 in the testing group \ No newline at end of file diff --git a/image_cache_dir/pick_nodes[A].png b/image_cache_dir/pick_nodes[A].png new file mode 100644 index 0000000000..12c799bdd0 Binary files /dev/null and b/image_cache_dir/pick_nodes[A].png differ diff --git a/image_cache_dir/pick_nodes[R].png b/image_cache_dir/pick_nodes[R].png new file mode 100644 index 0000000000..871d2c1c3c Binary files /dev/null and b/image_cache_dir/pick_nodes[R].png differ diff --git a/image_cache_dir/pick_nodes[S].png b/image_cache_dir/pick_nodes[S].png new file mode 100644 index 0000000000..871d2c1c3c Binary files /dev/null and b/image_cache_dir/pick_nodes[S].png differ diff --git a/image_cache_dir/pick_nodes[U].png b/image_cache_dir/pick_nodes[U].png new file mode 100644 index 0000000000..871d2c1c3c Binary files /dev/null and b/image_cache_dir/pick_nodes[U].png differ diff --git a/pyproject.toml b/pyproject.toml index 05883bb439..78b35a51d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", diff --git a/tests/test_plotting.py b/tests/test_plotting.py index e57e1a5fff..10bf07b3c3 100644 --- a/tests/test_plotting.py +++ b/tests/test_plotting.py @@ -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",