Skip to content

Commit 0f66572

Browse files
committed
Circumvent bug with combination of test_class.py::test_register_duplicate_class and test_factory_constructors.py::test_init_factory_alias
1 parent 8368c76 commit 0f66572

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_class.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,7 @@ def test_base_and_derived_nested_scope():
393393
assert m.DerivedWithNested.Nested.get_name() == "DerivedWithNested::Nested"
394394

395395

396+
@pytest.mark.skip("See https://github.com/pybind/pybind11/pull/2564")
396397
def test_register_duplicate_class():
397398
import types
398399
module_scope = types.ModuleType("module_scope")

0 commit comments

Comments
 (0)