-
Notifications
You must be signed in to change notification settings - Fork 58
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
CI unit testing has failures under 3.12.1 #113
Comments
I think this will be fixed by: testing-cabal/testtools#371 |
#118 temporarily uses Python 3.12.0 where CI is running unit tests in order to avoid the issue for now. The changes there should be reverted once testtools has been updated/released with the fix linked above. Update: As Qiskit Aer now supports 3.12 I was able to bump the CI job for max version from 3.11 in #130, but due to this also used specific version 3.12.0. So that aspect of the workflow should be updated too assuming #130 is merged ahead of being able to use just 3.12 and hence allow bug fix releases to be used as they appear. |
The nightly CI runs have been failing for the last few nights under Python 3.12 - mainly Ubuntu but it did do it with Mac too (Windows has no 3.12 runs yet - see #108)
E.g. https://github.com/qiskit-community/qiskit-algorithms/actions/runs/7256311824/job/19768394836
And there are numerous warnings about a lack of
addDuration
in test result e.g.A similar issue is noted here too
unittest
tostestr
runner after Windows 3.12 bug is fixed Qiskit/rustworkx#1041The text was updated successfully, but these errors were encountered: