8000 mark failing tests by inspect update · RustPython/RustPython@29a8712 · GitHub
[go: up one dir, main page]

Skip to content

Commit 29a8712

Browse files
committed
mark failing tests by inspect update
1 parent 65049ef commit 29a8712

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Lib/test/test_yield_from.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -964,6 +964,8 @@ def one():
964964
next(g1)
965965
g1.close()
966966

967+
# TODO: RUSTPYTHON
968+
@unittest.expectedFailure
967969
def test_delegator_is_visible_to_debugger(self):
968970
def call_stack():
969971
return [f[3] for f in inspect.stack()]

0 commit comments

Comments
 (0)
0