Skip to content

Commit 9fd2d54

Browse files
committed
[GR-53744] Run pathlib tagged tests serially
PullRequest: graalpython/4500
2 parents 1c62722 + 6043daf commit 9fd2d54

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

graalpython/lib-python/3/test/conftest.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ selector = [
2626
'test_unittest',
2727
'test_logging',
2828
'test_zipfile',
29+
# test_empty_path compares two stats of '.', which can change if another
30+
# parallel test creates or removes cwd-relative directories.
31+
'test_pathlib',
2932
]
3033

3134
[[test_rules]]

0 commit comments

Comments
 (0)