Skip to content

Commit 7f8e658

Browse files
committed
update description for graalpy test skipping
1 parent 939940d commit 7f8e658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/validators/test_dict.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ def test_dict_fail_fast(fail_fast, expected):
318318

319319
@pytest.mark.skipif(
320320
sys.implementation.name == 'graalpy',
321-
reason='GraalPy has a bug where PyMapping.items() does not preserve OrderedDict order',
321+
reason='GraalPy has a bug where PyMapping.items() does not preserve OrderedDict order. See: https://github.com/oracle/graalpython/issues/553',
322322
)
323323
@pytest.mark.parametrize('strict', [True, False])
324324
def test_ordered_dict_key_order_preservation(strict):

0 commit comments

Comments
 (0)