Tested on Debian Testing (amd64), against cx_Oracle 5.1.2 (latest released
at this point), Oracle instant client 11.2.0.3.0, and Oracle server 11g
release 11.2 Enterprise Edition;
Tested on both master and the 1.6 branch;
Tested with:
System's python3:
{{{
Python 3.2.4 (default, May 8 2013, 20:55:18)
[GCC 4.7.3] on linux2
}}}
Self-built Python 3.3.1:
{{{
Python 3.3.1 (default, May 6 2013, 16:18:33)
[GCC 4.7.2] on linux
}}}
Self-built Python 3.3.2:
{{{
Python 3.3.2 (default, Jul 10 2013, 00:09:35)
[GCC 4.7.3] on linux
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/20725>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_docs: => 0
* needs_better_patch: => 0
* component: Uncategorized => Testing framework
* needs_tests: => 0
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/20725#comment:1>
* component: Testing framework => Database layer (models, ORM)
Comment:
It's a problem with the Oracle backend (or, rather, its dependencies), not
with the testing framework.
--
Ticket URL: <https://code.djangoproject.com/ticket/20725#comment:2>
* status: new => closed
* resolution: => fixed
Comment:
This is fixed with cx_Oracle 5.1.3 per [https://groups.google.com/d/topic
/django-developers/6FLjKkVRx2Y/discussion Shai]. I have also been able to
run the tests on Oracle with Python 3.
--
Ticket URL: <https://code.djangoproject.com/ticket/20725#comment:3>