Your message dated Mon, 17 Oct 2016 18:53:04 -0400
with message-id <20161017185304.2a6dd...@subdivisions.wooz.org>
and subject line 
has caused the Debian Bug report #838663,
regarding tox: python3 pip is called "pip3" in Debian and tox should call that 
instead of "pip"
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
838663: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=838663
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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 needing the network.

X

-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'stable'), (300, 'unstable'), (200, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.6.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages tox depends on:
ii  libjs-sphinxdoc        1.4.6-1
ii  python3                3.5.1-4
ii  python3-pkg-resources  27.1.2-1
ii  python3-pluggy         0.3.1-1
ii  python3-py             1.4.31-2
ii  python3-setuptools     27.1.2-1
ii  python3-virtualenv     15.0.3+ds-1
pn  python3:any            <none>
ii  virtualenv             15.0.3+ds-1

tox recommends no packages.

tox suggests no packages.

-- no debconf information

-- debsums errors found:
debsums: changed file /usr/lib/python3/dist-packages/tox/session.py (from tox 
package)
--- tox/session.py	2015-12-14 11:03:29.000000000 +0100
+++ tox/session.py	2016-09-23 14:24:10.341689700 +0200
@@ -534,8 +534,8 @@
                 # write out version dependency information
                 action = self.newaction(venv, "envreport")
                 with action:
-                    pip = venv.getcommandpath("pip")
-                    output = venv._pcall([str(pip), "freeze"],
+                    pip = [venv.envconfig.basepython, "-m", "pip"]
+                    output = venv._pcall(pip + ["freeze"],
                                          cwd=self.config.toxinidir,
                                          action=action)
                     # the output contains a mime-header, skip it

--- End Message ---
--- Begin Message ---
Closing this as per comment #10.  Please reopen if it's still a problem in
2.4.1

Attachment: pgpL36H3RaOQQ.pgp
Description: OpenPGP digital signature


--- End Message ---

Reply via email to