Skip to content

Commit

Permalink
Honour CI constraints in Neko tests (#10373)
Browse files Browse the repository at this point in the history
Ideally we'd be running the Neko tests against the requirements that
will actually form the complete package.  In practice, however, there
are persistent failures from Neko stemming from PySCF's use of SciPy,
which we get via Nature, which is no longer under Qiskit control.

While we work out what the future of the Neko test suite is, with the
application modules now no longer being IBM-managed Qiskit packages, we
can apply the CI constraints so we can return to getting reports from
the parts of the integration tests that are actually within our control.

(cherry picked from commit df5d413)
  • Loading branch information
jakelishman authored and mergify[bot] committed Jul 3, 2023
1 parent b41074e commit a2dd45f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/neko.yml
Expand Up @@ -15,3 +15,4 @@ jobs:
- uses: Qiskit/qiskit-neko@main
with:
test_selection: terra
repo_install_command: "pip install -c constraints.txt ."

0 comments on commit a2dd45f

Please sign in to comment.