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

Fix unit tests on Python 3.13 #104

Merged
merged 1 commit into from
Oct 24, 2024
Merged

Fix unit tests on Python 3.13 #104

merged 1 commit into from
Oct 24, 2024

Conversation

bmerry
Copy link
Contributor

@bmerry bmerry commented Oct 24, 2024

Python 3.13 uses time.time_ns() to get timestamps for logging, so extend the mock of time.time() to also mock time.time.ns().

Python 3.13 uses time.time_ns() to get timestamps for logging, so extend
the mock of time.time() to also mock time.time.ns().
@coveralls
Copy link

Coverage Status

coverage: 94.354%. remained the same
when pulling a86cfe9 on mock-time-ns
into a8db0a3 on master.

@bmerry bmerry merged commit 93cb5de into master Oct 24, 2024
30 checks passed
@bmerry bmerry deleted the mock-time-ns branch October 24, 2024 07:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants