-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI - run the pytest-numpy-2 job also with Python 3.13 (#6974)
* CI - run the pytest-numpy-2 job also with Python 3.13 This CI job excludes cirq-rigetti which is not yet compatible with Python 3.13. This activates Python 3.13 testing for other Cirq packages. Related to #6932 * Install only dependencies needed for running pytest * Adjust mocking of EngineClient.get_processor for Python 3.13 In Python 3.13 `Mock(EngineClient)` creates an AsyncMock for `EngineClient.get_processor()`. Here we adjust the class mocking so it works for both Python 3.12 and 3.13.
- Loading branch information
1 parent
b4190e9
commit ab62c25
Showing
3 changed files
with
10 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters