mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-25 14:45:12 +00:00
Move pytest.skip("BAKEIN_BREAK: ...)
in test_class_sh_shared_ptr_copy_move.py to top level (still appears to fail on ~17 platforms).
This commit is contained in:
parent
f1f0eef3cb
commit
c453013583
@ -4,6 +4,10 @@ import pytest
|
||||
|
||||
from pybind11_tests import class_sh_shared_ptr_copy_move as m
|
||||
|
||||
pytest.skip(
|
||||
"BAKEIN_BREAK: Windows fatal exception: access violation", allow_module_level=True
|
||||
)
|
||||
|
||||
|
||||
def test_shptr_copy():
|
||||
txt = m.test_ShPtr_copy()[0].get_history()
|
||||
@ -37,7 +41,6 @@ def _check_property(foo_typ, prop_typ, policy):
|
||||
|
||||
|
||||
def test_properties():
|
||||
pytest.skip("BAKEIN_BREAK: Windows fatal exception: access violation")
|
||||
for prop_typ in ("readonly", "readwrite", "property_readonly"):
|
||||
for foo_typ in ("ShPtr", "SmHld"):
|
||||
for policy in ("default", "copy", "move"):
|
||||
|
Loading…
Reference in New Issue
Block a user