Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 450652 - dev-python/oauthlib: does not use unittest2 in py3.1
Summary: dev-python/oauthlib: does not use unittest2 in py3.1
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL: https://github.com/idan/oauthlib/issu...
Whiteboard:
Keywords:
Depends on:
Blocks: 450616
  Show dependency tree
 
Reported: 2013-01-06 19:42 UTC by Michał Górny
Modified: 2014-12-14 11:44 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-01-06 19:42:50 UTC
The package doesn't have py3.1 restriction but uses a simple '>=2.7' check for unittest2 use.

Please make sure that the tests work correctly with py3.1 system unittest.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-01-08 21:31:52 UTC
Hmm, it seems that the tests indeed do not need unittest2 in python3.1. Need to investigate other packages then.