mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-29 08:32:02 +00:00
Remove pytest.skip("BAKEIN_BREAK: ...") in test_class.py (not needed anymore).
This commit is contained in:
parent
b0cfeec63c
commit
6c227c7a90
@ -261,7 +261,6 @@ def test_mismatched_holder():
|
||||
|
||||
def test_override_static():
|
||||
"""#511: problem with inheritance + overwritten def_static"""
|
||||
pytest.skip("BAKEIN_BREAK: Segmentation fault")
|
||||
b = m.MyBase.make()
|
||||
d1 = m.MyDerived.make2()
|
||||
d2 = m.MyDerived.make()
|
||||
|
Loading…
Reference in New Issue
Block a user