We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 939940d commit 7f8e658Copy full SHA for 7f8e658
tests/validators/test_dict.py
@@ -318,7 +318,7 @@ def test_dict_fail_fast(fail_fast, expected):
318
319
@pytest.mark.skipif(
320
sys.implementation.name == 'graalpy',
321
- reason='GraalPy has a bug where PyMapping.items() does not preserve OrderedDict order',
+ reason='GraalPy has a bug where PyMapping.items() does not preserve OrderedDict order. See: https://github.com/oracle/graalpython/issues/553',
322
)
323
@pytest.mark.parametrize('strict', [True, False])
324
def test_ordered_dict_key_order_preservation(strict):
0 commit comments