Skip to content

Commit

Permalink
Rename test_named_namespace_?.py to test_exc_named_namespace_?.py, to…
Browse files Browse the repository at this point in the history
… work around the same issue as described under PR pybind#4054.
  • Loading branch information
Ralf W. Grosse-Kunstleve committed Nov 7, 2022
1 parent db22827 commit 5b58918
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ set(PYBIND11_TEST_FILES
test_eigen_tensor_avoid_stl_array.cpp
test_enum
test_eval
test_exc_named_namespace_a.py
test_exc_named_namespace_b.py
test_exceptions
test_factory_constructors
test_gil_scoped
Expand All @@ -142,8 +144,6 @@ set(PYBIND11_TEST_FILES
test_methods_and_attributes
test_modules
test_multiple_inheritance
test_named_namespace_a.py
test_named_namespace_b.py
test_numpy_array
test_numpy_dtypes
test_numpy_vectorize
Expand Down Expand Up @@ -223,8 +223,8 @@ 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_named_namespace_a.py" "named_namespace_a")
tests_extra_targets("test_named_namespace_b.py" "named_namespace_b")
tests_extra_targets("test_exc_named_namespace_a.py" "named_namespace_a")
tests_extra_targets("test_exc_named_namespace_b.py" "named_namespace_b")

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

0 comments on commit 5b58918

Please sign in to comment.