Skip to content

Commit

Permalink
Temporarily disable qiskit-nature dev version test (#120)
Browse files Browse the repository at this point in the history
Now that qiskit-community/qiskit-nature#1142 has been merged, our "development version tests" are going to fail on `main` until #83 is merged.  This change fixes CI immediately by excluding the development version of qiskit-nature from these tests.  This change should be reverted as part of #83 before it is merged.
  • Loading branch information
garrison authored Apr 28, 2023
1 parent 43eaa2f commit ad2a8db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/extremal_dependency_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def mapfunc_dev(dep):
"""Load the development version(s) of certain Qiskit-related packages"""
# https://peps.python.org/pep-0440/#direct-references
return re.sub(
r"^(qiskit-(?:terra|nature|ibm-runtime)).*$",
r"^(qiskit-(?:terra|ibm-runtime)).*$",
r"\1 @ git+https://github.com/Qiskit/\1.git",
dep,
)
Expand Down

0 comments on commit ad2a8db

Please sign in to comment.