Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-119064: Use os_helper.FakePath instead of pathlib.Path in tests#119065

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged

Conversation

serhiy-storchaka
Copy link
Member

@serhiy-storchakaserhiy-storchaka commentedMay 15, 2024
edited by bedevere-appbot
Loading

nineteendo reacted with thumbs up emoji
Copy link
Contributor

@hauntsaninjahauntsaninja left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Looks good, one comment

@serhiy-storchakaserhiy-storchaka merged commit0152dc4 intopython:mainMay 16, 2024
@miss-islington-app
Copy link

Thanks@serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13.
🐍🍒⛏🤖

@serhiy-storchakaserhiy-storchaka deleted the test-path-like branchMay 16, 2024 07:25
miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestMay 16, 2024
…sts (pythonGH-119065)(cherry picked from commit0152dc4)Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@miss-islington-app
Copy link

Sorry,@serhiy-storchaka, I could not cleanly backport this to3.12 due to a conflict.
Please backport usingcherry_picker on command line.

cherry_picker 0152dc4ff5534fa2948b95262e70ff6b202b9b99 3.12

@bedevere-app
Copy link

GH-119087 is a backport of this pull request to the3.13 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.13bugs and security fixes labelMay 16, 2024
serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull requestMay 16, 2024
…h in tests (pythonGH-119065)(cherry picked from commit0152dc4)Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@bedevere-app
Copy link

GH-119088 is a backport of this pull request to the3.12 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.12only security fixes labelMay 16, 2024
serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull requestMay 16, 2024
…h in tests (pythonGH-119065)(cherry picked from commit0152dc4)Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@bedevere-app
Copy link

GH-119089 is a backport of this pull request to the3.11 branch.

serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull requestMay 16, 2024
…h in tests (pythonGH-119065)(cherry picked from commit0152dc4)Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
serhiy-storchaka added a commit that referenced this pull requestMay 16, 2024
…ests (GH-119065) (GH-119087)(cherry picked from commit0152dc4)Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@jaraco
Copy link
Member

These changes will need to be backported tozipp as well.

@jaraco
Copy link
Member

Alsoconfigparser.

@jaraco
Copy link
Member

Andbackports.tarfile.

serhiy-storchaka added a commit that referenced this pull requestMay 16, 2024
clrpackages pushed a commit to clearlinux-pkgs/pypi-zipp that referenced this pull requestMay 17, 2024
…n 3.18.2Avasam (1):      Allow mypy on PyPy (jaraco/skeleton#111)Bartosz Sławecki (2):      Add link to blog entry fromjaraco/skeleton#115 above CI build matrix.      Move project metadata to `pyproject.toml` (jaraco/skeleton#122)Jason R. Coombs (13):      Update compatibility matrix to reflect changes merged in Python 3.12 and anticipated for 3.13.      Re-enable ignoring of temporary merge queue branches.Closesjaraco/skeleton#103.      Fetch unshallow clones in readthedocs.Closesjaraco/skeleton#114.      Move Python 3.11 out of the test matrix.      Configure pytest to support namespace packages. Refpytest-dev/pytest#12112.      Pin against pytest 8.1.x due topytest-dev/pytest#12194.      Migrated config to pyproject.toml using jaraco.develop.migrate-config and ini2toml.      Allow macos on Python 3.8 to fail as GitHub CI has dropped support.      Move project.urls to appear in the order that ini2toml generates it. Remove project.scripts.      Revert "Allow macos on Python 3.8 to fail as GitHub CI has dropped support."      Utilize temp_dir from os_helper.      Use an overlay object to make tests appear to use zipfile.Path to reduce diff with CPython.      FinalizeSerhiy Storchaka (1):      gh-119064: Use os_helper.FakePath instead of pathlib.Path in tests (python/cpython#119065)Xie Yanbo (1):      Fix typo in Lib/zipfile/_path/__init__.py
estyxx pushed a commit to estyxx/cpython that referenced this pull requestJul 17, 2024
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@hauntsaninjahauntsaninjahauntsaninja approved these changes

@jaracojaracoAwaiting requested review from jaracojaraco is a code owner

@ethanfurmanethanfurmanAwaiting requested review from ethanfurmanethanfurman is a code owner

@gpsheadgpsheadAwaiting requested review from gpsheadgpshead is a code owner

@ericsnowcurrentlyericsnowcurrentlyAwaiting requested review from ericsnowcurrentlyericsnowcurrently is a code owner

@vsajipvsajipAwaiting requested review from vsajipvsajip is a code owner

@1st11st1Awaiting requested review from 1st11st1 is a code owner

@asvetlovasvetlovAwaiting requested review from asvetlovasvetlov is a code owner

@gvanrossumgvanrossumAwaiting requested review from gvanrossum

@kumaraditya303kumaraditya303Awaiting requested review from kumaraditya303kumaraditya303 is a code owner

@willingcwillingcAwaiting requested review from willingcwillingc is a code owner

Labels
skip newstestsTests in the Lib/test dir
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@serhiy-storchaka@jaraco@hauntsaninja

[8]ページ先頭

©2009-2025 Movatter.jp