-
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.
coverage - exclude code guarded by
if TYPE_CHECKING
(#6753)
Such code is only used for mypy type-checking session. Also add a temporary pin on quil to avoid source only 0.13.0, which does not install without rust toolchain. Related to #6754
- Loading branch information
1 parent
769ad50
commit 9520466
Showing
3 changed files
with
12 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
pyquil>=4.11.0,<5.0.0 | ||
|
||
# TODO: #6754 - adjust or remove if binary wheels are provided again | ||
quil<0.13.0 | ||
|
||
# TODO - remove once pyquil requires qcs-sdk-python >= 0.20.1 | ||
qcs-sdk-python>=0.20.1 |
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