[Python-modules-team] Bug#868770: subvertpy FTBFS on big endian: FAIL: test_client_cert_pw/test_server_trust

Adrian Bunk bunk at debian.org
Tue Jul 18 11:47:26 UTC 2017


Source: subvertpy
Version: 0.10.0-1
Severity: serious

https://buildd.debian.org/status/package.php?p=subvertpy&suite=sid

...
======================================================================
FAIL: test_client_cert_pw (subvertpy.tests.test_ra.AuthTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build/subvertpy/tests/test_ra.py", line 462, in test_client_cert_pw
    self.assertEqual(("supergeheim", False), next(creds))
AssertionError: Tuples differ: ('supergeheim', False) != ('supergeheim', 1)

First differing element 1:
False
1

- ('supergeheim', False)
?                 ^^^^^

+ ('supergeheim', 1)
?                 ^


======================================================================
FAIL: test_server_trust (subvertpy.tests.test_ra.AuthTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/pythonX.Y_2.7/build/subvertpy/tests/test_ra.py", line 470, in test_server_trust
    self.assertEqual((42, 0), next(creds))
AssertionError: Tuples differ: (42, 0) != (42, 1)

First differing element 1:
0
1

- (42, 0)
?      ^

+ (42, 1)
?      ^


----------------------------------------------------------------------
Ran 174 tests in 0.682s

FAILED (failures=2, skipped=21)
E: pybuild pybuild:283: test: plugin distutils failed with: exit code=1: python2.7 setup.py test 
dh_auto_test: pybuild --test -i python{version} -p 2.7 returned exit code 13
debian/rules:21: recipe for target 'build-arch' failed
make: *** [build-arch] Error 25



More information about the Python-modules-team mailing list