Skip to content

gh-149879: Fix test_tarfile on Cygwin - #149897

Merged
vstinner merged 3 commits into
python:mainfrom
vstinner:test_tarfile
May 15, 2026
Merged

gh-149879: Fix test_tarfile on Cygwin#149897
vstinner merged 3 commits into
python:mainfrom
vstinner:test_tarfile

Conversation

@vstinner

@vstinnervstinner commented May 15, 2026

Copy link
Copy Markdown
Member

On Cygwin, there is no root user (uid 0).

On Cygwin, there is no root user (uid 0).
@bedevere-appbedevere-appBot added the tests Tests in the Lib/test dir label May 15, 2026
@bedevere-appbedevere-appBot mentioned this pull request May 15, 2026
Fix test_realpath_limit_attack(): the test fails with ELOOP on
Cygwin.
@vstinner
vstinner enabled auto-merge (squash) May 15, 2026 20:23
@vstinner
vstinner merged commit c92ef3a into python:mainMay 15, 2026
49 checks passed
@vstinner
vstinner deleted the test_tarfile branch May 15, 2026 20:49
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip newstestsTests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@vstinner