Skip to content

Commit

Permalink
Fix tox issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Arellano committed Aug 14, 2023
1 parent 2def486 commit 8d92264
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,7 @@ setenv =
{[testenv]setenv}
QISKIT_SUPPRESS_PACKAGING_WARNINGS=Y
RUST_DEBUG=1 # Faster to compile.
passenv =
{[testenv]passenv}
QISKIT_DOCS_BUILD_TUTORIALS
DOCS_PROD_BUILD
passenv = {[testenv]passenv}, QISKIT_DOCS_BUILD_TUTORIALS, DOCS_PROD_BUILD
deps =
setuptools_rust # This is work around for the bug of tox 3 (see #8606 for more details.)
-r{toxinidir}/requirements-dev.txt
Expand Down

0 comments on commit 8d92264

Please sign in to comment.