Bug#838663: tox: python3 pip is called "pip3" in Debian and tox should call that instead of "pip"

2016-09-23 Thread Barry Warsaw
On Sep 23, 2016, at 02:37 PM, Ximin Luo wrote: >In Debian we have "pip3" but tox hardcodes an invocation to "pip". > >The attached patch fixes this; it should definitely be forwarded to upstream >as well. Hi and thanks for the report/patch. Can you provide a reproducible failure that this bug

Bug#838663: tox: python3 pip is called "pip3" in Debian and tox should call that instead of "pip"

2016-09-23 Thread Ximin Luo
Looks like this is basically already fixed in upstream; they introduced a config option instead of hard-coding it. X -- GPG: ed25519/56034877E1F87C35 GPG: rsa4096/1318EFAC5FBBDBCE https://github.com/infinity0/pubkeys.git

Bug#838663: tox: python3 pip is called "pip3" in Debian and tox should call that instead of "pip"

2016-09-23 Thread Ximin Luo
Package: tox Version: 2.3.1-4 Severity: important Tags: patch upstream Dear Maintainer, In Debian we have "pip3" but tox hardcodes an invocation to "pip". The attached patch fixes this; it should definitely be forwarded to upstream as well. The eventual goal is to make tox tests run without