Jump to: navigation, search

Difference between revisions of "Python3Deps"

m
(Replaced content with "'''The content of this page has been moved to https://wiki.openstack.org/wiki/Python3'''")
 
(15 intermediate revisions by 6 users not shown)
Line 1: Line 1:
This is an attempt to document which OpenStack dependencies work under Python 3.  We're starting with oslo, since it's the base of everything else, then gradually including other projects.
+
'''The content of this page has been moved to https://wiki.openstack.org/wiki/Python3'''
 
 
== oslo.config ==
 
 
 
=== pip-requires ===
 
* argparse - included with Python 2.7+.  The separate package is only needed for 2.6.
 
 
 
=== test-requires ===
 
* mox - ?
 
* nose - supports Python 3
 
* nose-exclude - ?
 
* testtools - ?
 
* coverage - supports 2.3-3.3
 
* sphinx - supports Python 3
 
 
 
== oslo-incubator ==
 
 
 
=== pip-requires ===
 
 
 
PasteDeploy: supports 2.5-3.2  (lack of 3.3 may be false negative because 3.3 is new)
 
WebOb: supports 2.6-2.7, 3.2 (lack of 3.3 may be false negative)
 
eventlet: NO (MAJOR PAIN POINT)
 
greenlet: supports 2.4-3.2 (lack of 3.3 may be false negative)
 
lxml: supports 2.4-3.3
 
routes: NO (stackoverflow shows a failed porting attempt in 2012-07)
 
iso8601: NO
 
anyjson: 2.4-3.1 (lack of 3.2-3.3 may be false negatives)
 
kombu: supports Python 3 (exact version not given)
 
argparse: included in Python 2.7+
 
stevedore: supports 2.7 and 3.2  (lack of 3.3 may be false negative; ask Doug Hellman)
 
SQLAlchemy: supports Python 3 (exact version not given)
 
qpid-python: ?
 
 
 
=== test-requires ===
 
 
 
distribute: 2.4-3.3
 
coverage: 2.3-3.3
 
fixtures: supports Python 3 (exact version not given)
 
mock
 
mox
 
mysql-python
 
nose
 
nose-exclude
 
nosexcover
 
openstack.nose_plugin
 
nosehtmloutput
 
pep8
 
pyflakes
 
pylint
 
pyzmq
 
redis
 
setuptools-git
 
sphinx
 
testtools
 
webtest
 

Latest revision as of 09:55, 15 January 2014

The content of this page has been moved to https://wiki.openstack.org/wiki/Python3