Skip to content

Commit 2885b8d

Browse files
authored
Remove test_class_sh_module_local (#5306)
1 parent 28b0163 commit 2885b8d

5 files changed

+0
-147
lines changed

tests/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ set(PYBIND11_TEST_FILES
130130
test_class_sh_factory_constructors
131131
test_class_sh_inheritance
132132
test_class_sh_mi_thunks
133-
test_class_sh_module_local.py
134133
test_class_sh_property
135134
test_class_sh_property_non_owning
136135
test_class_sh_shared_ptr_copy_move
@@ -245,8 +244,6 @@ tests_extra_targets("test_exceptions.py;test_local_bindings.py;test_stl.py;test_
245244
# And add additional targets for other tests.
246245
tests_extra_targets("test_exceptions.py" "cross_module_interleaved_error_already_set")
247246
tests_extra_targets("test_gil_scoped.py" "cross_module_gil_utils")
248-
tests_extra_targets("test_class_sh_module_local.py"
249-
"class_sh_module_local_0;class_sh_module_local_1;class_sh_module_local_2")
250247

251248
set(PYBIND11_EIGEN_REPO
252249
"https://gitlab.com/libeigen/eigen.git"

tests/class_sh_module_local_0.cpp

Lines changed: 0 additions & 34 deletions
This file was deleted.

tests/class_sh_module_local_1.cpp

Lines changed: 0 additions & 40 deletions
This file was deleted.

tests/class_sh_module_local_2.cpp

Lines changed: 0 additions & 40 deletions
This file was deleted.

tests/test_class_sh_module_local.py

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)