You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the latest changes in CircleCI and the non-support of Python2 as a language brings us to the point where a single (simple) code breaks some of our code somewhere. As a workaround, we should switch on import between time.clock and time.process_time.
I'll take care of that.
The text was updated successfully, but these errors were encountered:
With the latest change in the development branch, as discussed today, all current tests run through again. On CircleCI, I removed the python 2 test because it is not anymore supported, but on AppVeyor and Jenkins, we will still have the previous python 2.7 tests for the time being.
With the latest changes in CircleCI and the non-support of Python2 as a language brings us to the point where a single (simple) code breaks some of our code somewhere. As a workaround, we should switch on import between
time.clock
andtime.process_time
.I'll take care of that.
The text was updated successfully, but these errors were encountered: