Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 362479 - dev-python/httplib2-0.6.0 fails tests with Python 3.2
Summary: dev-python/httplib2-0.6.0 fails tests with Python 3.2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Python Gentoo Team
URL: http://code.google.com/p/httplib2/iss...
Whiteboard:
Keywords:
Depends on:
Blocks: python-3.2
  Show dependency tree
 
Reported: 2011-04-07 17:43 UTC by Arfrever Frehtes Taifersar Arahesis (RETIRED)
Modified: 2011-07-20 08:09 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
httplib2-0.6.0:20110407-172216.log (httplib2-0.6.0:20110407-172216.log,5.73 KB, text/plain)
2011-04-07 17:47 UTC, Arfrever Frehtes Taifersar Arahesis (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2011-04-07 17:43:44 UTC
dev-python/httplib2-0.6.0 fails tests with Python 3.2.

======================================================================
ERROR: testGetViaHttpsKeyCert (__main__.HttpTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "httplib2test.py", line 421, in testGetViaHttpsKeyCert
    self.assertEqual(http.connections["https:bitworking.org"].key_file, "akeyfile")
KeyError: 'https:bitworking.org'

----------------------------------------------------------------------
Comment 1 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2011-04-07 17:47:03 UTC
Created attachment 268897 [details]
httplib2-0.6.0:20110407-172216.log
Comment 2 Tim Harder gentoo-dev 2011-07-20 05:12:03 UTC
This appears to be fixed in 0.7.1 that I just imported from the python overlay into the main tree.
Comment 3 Dirkjan Ochtman (RETIRED) gentoo-dev 2011-07-20 08:09:14 UTC
Did that pass the test suite on 2.7? I tried with 0.7 and it still failed.