Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Also patch time.time_ns() in unit tests #12698

Merged
merged 1 commit into from
May 14, 2024
Merged

Conversation

ichard26
Copy link
Member

The logging implementation in Python 3.13.0b1 uses time.time_ns() instead of time.time(). python/cpython@1316692

This is currently failing main CI: https://github.com/pypa/pip/actions/runs/9038557284/job/24839935776#step:5:3094

@ichard26 ichard26 added the skip news Does not need a NEWS file entry (eg: trivial changes) label May 11, 2024
@ichard26
Copy link
Member Author

@ichard26 ichard26 marked this pull request as ready for review May 11, 2024 17:59
The logging implementation in Python 3.13.0b1 uses time.time_ns() instead
of time.time().
@ichard26 ichard26 added this to the 24.1 milestone May 11, 2024
@ichard26 ichard26 mentioned this pull request May 11, 2024
@uranusjr uranusjr merged commit 0d9a654 into pypa:main May 14, 2024
28 checks passed
@ichard26 ichard26 deleted the fix-tests branch May 15, 2024 13:55
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 31, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
skip news Does not need a NEWS file entry (eg: trivial changes)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants