Closed cindy-li-qa closed 5 years ago
I don’t believe you can pass pip arguments directly in deps
; Tox’s documentation says it needs to be actual dependencies (or -r
). You probably want to overwrite install_command
instead.
Further discussion likely belongs to tox, not pip.
Thank you so much
When running jobs on jenkins parallel, some jobs failed to run with the following error:
I already add
--no-cache-dir
in my tox.ini, why still has the issue?