Skip to content

Commit

Permalink
mark failure
Browse files Browse the repository at this point in the history
  • Loading branch information
mjkkirschner committed Jan 29, 2024
1 parent 28fc2e9 commit a4e35f8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions IronPython3Tests/pythonEvalWithLibsTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,11 @@ from DSCore import List
}
}

//This test fails because dict_keys, dict_items, and dict_values are special dictionary view objects in py3
//If we can do it in IronPython is unkown, but even so, it feels strange that we do it at all in our CPython integration.
//The view objects are an intentional breaking change in py2 vs 3.
//https://peps.python.org/pep-3106/
[Category("Failure")]
[Test]
public void TestDictionaryViewsDecoding()
{
Expand Down

0 comments on commit a4e35f8

Please sign in to comment.