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

Replace deprecated clock() method by process_time() #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

laurent-girod
Copy link

Hello,

Some tests fail because the method time.clock() was removed from Python 3.8.

I replaced the calls to this method by time.process_time() to measure the processing time. Additionally, process_time() should have an identical behavior across OSes.

Best regards,

Laurent Girod

@bamthomas
Copy link

Hello, would it be possible to release petlib because as we cannot release with pypi when there is a github commit id, we have all our depencies that remains with github commits.

Thank you,

Best regards

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.

2 participants