Skip to content

Commit 19303c2

Browse files
Vipul-Cariappaaaronj0
authored andcommitted
1 parent 2f4e622 commit 19303c2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

test/test_regression.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,6 @@ def test30_uint64_t(self):
895895
assert ns.TTest(True).fT == True
896896
assert type(ns.TTest(True).fT) == bool
897897

898-
@mark.xfail
899898
def test31_enum_in_dir(self):
900899
"""Failed to pick up enum data"""
901900

test/test_stltypes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1830,7 +1830,7 @@ def test01_tuple_creation_and_access(self):
18301830

18311831
# TODO: should be easy enough to add iterators over std::tuple?
18321832

1833-
@mark.xfail
1833+
@mark.xfail(condition=IS_MAC, reason="fails on OSX")
18341834
def test02_tuple_size(self):
18351835
"""Usage of tuple_size helper class"""
18361836

0 commit comments

Comments
 (0)