Skip to content

Commit 5b58918

Browse files
committed
Rename test_named_namespace_?.py to test_exc_named_namespace_?.py, to work around the same issue as described under PR pybind#4054.
1 parent db22827 commit 5b58918

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

tests/CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ set(PYBIND11_TEST_FILES
133133
test_eigen_tensor_avoid_stl_array.cpp
134134
test_enum
135135
test_eval
136+
test_exc_named_namespace_a.py
137+
test_exc_named_namespace_b.py
136138
test_exceptions
137139
test_factory_constructors
138140
test_gil_scoped
@@ -142,8 +144,6 @@ set(PYBIND11_TEST_FILES
142144
test_methods_and_attributes
143145
test_modules
144146
test_multiple_inheritance
145-
test_named_namespace_a.py
146-
test_named_namespace_b.py
147147
test_numpy_array
148148
test_numpy_dtypes
149149
test_numpy_vectorize
@@ -223,8 +223,8 @@ tests_extra_targets("test_exceptions.py;test_local_bindings.py;test_stl.py;test_
223223
# And add additional targets for other tests.
224224
tests_extra_targets("test_exceptions.py" "cross_module_interleaved_error_already_set")
225225
tests_extra_targets("test_gil_scoped.py" "cross_module_gil_utils")
226-
tests_extra_targets("test_named_namespace_a.py" "named_namespace_a")
227-
tests_extra_targets("test_named_namespace_b.py" "named_namespace_b")
226+
tests_extra_targets("test_exc_named_namespace_a.py" "named_namespace_a")
227+
tests_extra_targets("test_exc_named_namespace_b.py" "named_namespace_b")
228228

229229
set(PYBIND11_EIGEN_REPO
230230
"https://gitlab.com/libeigen/eigen.git"
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)