Skip to content

Commit

Permalink
Remove test_class_sh_module_local (#5306)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralf W. Grosse-Kunstleve authored Aug 14, 2024
1 parent 28b0163 commit 2885b8d
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 147 deletions.
3 changes: 0 additions & 3 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ set(PYBIND11_TEST_FILES
test_class_sh_factory_constructors
test_class_sh_inheritance
test_class_sh_mi_thunks
test_class_sh_module_local.py
test_class_sh_property
test_class_sh_property_non_owning
test_class_sh_shared_ptr_copy_move
Expand Down Expand Up @@ -245,8 +244,6 @@ tests_extra_targets("test_exceptions.py;test_local_bindings.py;test_stl.py;test_
# And add additional targets for other tests.
tests_extra_targets("test_exceptions.py" "cross_module_interleaved_error_already_set")
tests_extra_targets("test_gil_scoped.py" "cross_module_gil_utils")
tests_extra_targets("test_class_sh_module_local.py"
"class_sh_module_local_0;class_sh_module_local_1;class_sh_module_local_2")

set(PYBIND11_EIGEN_REPO
"https://gitlab.com/libeigen/eigen.git"
Expand Down
34 changes: 0 additions & 34 deletions tests/class_sh_module_local_0.cpp

This file was deleted.

40 changes: 0 additions & 40 deletions tests/class_sh_module_local_1.cpp

This file was deleted.

40 changes: 0 additions & 40 deletions tests/class_sh_module_local_2.cpp

This file was deleted.

30 changes: 0 additions & 30 deletions tests/test_class_sh_module_local.py

This file was deleted.

0 comments on commit 2885b8d

Please sign in to comment.