Skip to content

Commit

Permalink
Revert Qiskit dependency change for CI (#1325)
Browse files Browse the repository at this point in the history
The change in #1323 isn't working with tox 4. Since Qiskit's
`qiskit_pkg` will be removed very soon, it's easier for us to revert
back to `qiskit-terra` as the dependency temporarily until the update.
  • Loading branch information
coruscating authored Nov 17, 2023
1 parent 0d73b80 commit 4897eb5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
qiskit>=0.45.0
qiskit-terra>=0.45.0
black~=22.0
fixtures
stestr
Expand Down
2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ setenv =
QISKIT_TEST_CAPTURE_STREAMS=1
deps =
git+https://github.com/Qiskit/qiskit
git+https://github.com/Qiskit/qiskit#subdirectory=qiskit_pkg
-r{toxinidir}/requirements-dev.txt
-r{toxinidir}/requirements-extras.txt
passenv =
Expand Down Expand Up @@ -116,7 +115,6 @@ passenv =
VERSION_STRING
deps =
git+https://github.com/Qiskit/qiskit
git+https://github.com/Qiskit/qiskit#subdirectory=qiskit_pkg
-r{toxinidir}/requirements-dev.txt
-r{toxinidir}/requirements-extras.txt
commands =
Expand Down

0 comments on commit 4897eb5

Please sign in to comment.