◐ Shell
clean mode source ↗

bpo-28759: Skip some tests on PermissionError raised by Android by xdegaye · Pull Request #4350 · python/cpython

Conversation

@xdegaye

@xdegaye xdegaye commented

Nov 9, 2017

edited by bedevere-bot

Loading

Copy link Copy Markdown

Contributor

Access to mkfifo(), mknod() and hard link creation is controled
by SELinux on Android.
Remove test.support.android_not_root.

https://bugs.python.org/issue28759

Access to mkfifo(), mknod() and hard link creation is controled
by SELinux on Android.
Remove test.support.android_not_root.

@miss-islington

Copy link Copy Markdown

Contributor

Thanks @xdegaye for the PR 🌮🎉.. I'm working now to backport this PR to: 3.6.
🐍🍒⛏🤖

@miss-islington

Copy link Copy Markdown

Contributor

Sorry, @xdegaye, I could not cleanly backport this to 3.6 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 92c2ca7633c881a56157f2fb8b2e1b8c7114e5fb 3.6

@bedevere-bot

Copy link Copy Markdown

GH-4380 is a backport of this pull request to the 3.6 branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

skip news tests

Tests in the Lib/test dir

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@xdegaye @miss-islington @bedevere-bot @the-knights-who-say-ni