Skip to content

Commit

Permalink
[test] update tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Vipul-Cariappa committed Dec 11, 2024
1 parent 9c81f11 commit 110de28
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/test_cpp11features.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,6 @@ def test12_stdfunction(self):
f = FunctionNS.FNCreateTestStructFunc()
assert f(t) == 27

@mark.xfail
def test13_stdhash(self):
"""Use of std::hash"""

Expand Down
1 change: 0 additions & 1 deletion test/test_crossinheritance.py
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,6 @@ class MyPyDerived3(VD.MyClass3):
class MyPyDerived4(VD.MyClass4[int]):
pass

@mark.xfail
def test14_protected_access(self):
"""Derived classes should have access to protected members"""

Expand Down

0 comments on commit 110de28

Please sign in to comment.