Skip to content
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.

Commit

Permalink
Remove IBMQ provider from docs CI job (#538)
Browse files Browse the repository at this point in the history
A recent urllib3 release is breaking compatibility with requests which
is blocking CI in the docs job. However, requests is only ever used by
the IBMQ provider which we install in the docs job because of one
jupyter widget and to avoid a packaging warning (which would also be
fatal to the sphinx build). This commit attempts to fix the current ci
failure by removing the qiskit-ibmq-provider package from the CI job and
fixing or supressing the warnings/failures related to packaging.
  • Loading branch information
mtreinish authored Nov 11, 2020
1 parent d9fe8f9 commit 563d969
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,12 @@ commands =

[testenv:docs]
basepython = python3
setenv =
{[testenv]setenv}
QISKIT_SUPPRESS_PACKAGING_WARNINGS=Y
deps =
git+https://github.com/Qiskit/qiskit-terra.git
-r{toxinidir}/requirements-dev.txt
qiskit-ibmq-provider
commands =
sphinx-build -b html -W {posargs} docs/ docs/_build/html

Expand Down

0 comments on commit 563d969

Please sign in to comment.