Skip to content

Commit

Permalink
fix tox.ini (#9276)
Browse files Browse the repository at this point in the history
(cherry picked from commit e70ce50)

# Conflicts:
#	tox.ini
  • Loading branch information
t-imamichi authored and mergify[bot] committed Dec 11, 2022
1 parent 1044728 commit f5670a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ setenv =
QISKIT_SUPRESS_PACKAGING_WARNINGS=Y
QISKIT_TEST_CAPTURE_STREAMS=1
QISKIT_PARALLEL=FALSE
<<<<<<< HEAD
passenv = RAYON_NUM_THREADS OMP_NUM_THREADS QISKIT_PARALLEL RUST_BACKTRACE SETUPTOOLS_ENABLE_FEATURES
=======
passenv = RAYON_NUM_THREADS, OMP_NUM_THREADS, QISKIT_PARALLEL, RUST_BACKTRACE, SETUPTOOLS_ENABLE_FEATURES, QISKIT_TESTS, QISKIT_IN_PARALLEL
>>>>>>> e70ce5041 (fix tox.ini (#9276))
deps = setuptools_rust # This is work around for the bug of tox 3 (see #8606 for more details.)
-r{toxinidir}/requirements.txt
-r{toxinidir}/requirements-dev.txt
Expand Down

0 comments on commit f5670a7

Please sign in to comment.