[Python-modules-team] Bug#802361: unittest2: FTBFS: FAIL: test_loadTestsFromName__relative_malformed_name

Hector Oron zumbi at debian.org
Thu Feb 4 10:34:21 UTC 2016


Hello,

On Mon, Oct 19, 2015 at 07:16:34PM +0100, Chris West (Faux) wrote:
> Source: unittest2
> Version: 1.1.0-6
> Severity: serious
> Justification: fails to build from source

Note this is not the optimum solution however, package builds when tests are run with python27 instead python35 (default interpreter).

--- unittest2-1.1.0/debian/rules        2015-07-09 11:06:19.000000000 +0200
+++ unittest2-1.1.0/debian/rules        2016-02-04 11:28:07.000000000 +0100
@@ -12,4 +12,4 @@
 # Tests cannot run without unittest2 running them.
  # See: https://code.google.com/p/unittest-ext/issues/detail?id=93 for details
   override_dh_auto_test:
   -       dh_auto_test -- --system=custom --test-args='{interpreter} -m unittest2'
   +       dh_auto_test -- --system=custom --test-args='python2.7 -m unittest2'

Regards
-- 
  Hector Oron
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/python-modules-team/attachments/20160204/34b234e6/attachment.sig>


More information about the Python-modules-team mailing list