[issue13862] test_zlib failure

Stefan Krah report at bugs.python.org
Wed Jan 25 19:46:38 CET 2012


New submission from Stefan Krah <stefan-usenet at bytereef.org>:

test_zlib currently fails on Ubuntu Lucid:

======================================================================
FAIL: test_library_version (test.test_zlib.VersionTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/stefan/pydev/cpython/Lib/test/test_zlib.py", line 24, in test_library_version
    self.assertEqual(zlib.ZLIB_RUNTIME_VERSION, zlib.ZLIB_VERSION)
AssertionError: '1.2.3.3' != '1.2.5'
- 1.2.3.3
+ 1.2.5

----------
components: Tests
messages: 151963
nosy: nadeem.vawda, skrah
priority: normal
severity: normal
stage: needs patch
status: open
title: test_zlib failure
type: behavior
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13862>
_______________________________________


More information about the Python-bugs-list mailing list