Skip to content

Commit

Permalink
Move QISKIT_TEST_CAPTURE_STREAMS to setenv
Browse files Browse the repository at this point in the history
  • Loading branch information
wshanks committed Nov 9, 2023
1 parent 3e4121b commit 46eaf16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ install_command = pip install -c{toxinidir}/constraints.txt -U {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
QISKIT_SUPPRESS_PACKAGING_WARNINGS=Y
QISKIT_TEST_CAPTURE_STREAMS=1
deps =
-r{toxinidir}/requirements-dev.txt
-r{toxinidir}/requirements-extras.txt
Expand All @@ -19,7 +20,6 @@ passenv =
QISKIT_IBM_*
TEST_TIMEOUT
QE_USE_TESTTOOLS
QISKIT_TEST_CAPTURE_STREAMS
commands = stestr run {posargs}

[testenv:cover]
Expand All @@ -38,6 +38,7 @@ install_command = pip install -U {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
QISKIT_SUPPRESS_PACKAGING_WARNINGS=Y
QISKIT_TEST_CAPTURE_STREAMS=1
deps =
git+https://github.com/Qiskit/qiskit-terra
-r{toxinidir}/requirements-dev.txt
Expand All @@ -49,7 +50,6 @@ passenv =
QISKIT_IBM_*
TEST_TIMEOUT
QE_USE_TESTTOOLS
QISKIT_TEST_CAPTURE_STREAMS
commands = stestr run {posargs}


Expand Down

0 comments on commit 46eaf16

Please sign in to comment.