[IPython-dev] Persistent test_pr problems on python3
Fernando Perez
fperez.net at gmail.com
Mon Jun 11 15:53:49 EDT 2012
On Mon, Jun 11, 2012 at 3:58 AM, Thomas Kluyver <takowl at gmail.com> wrote:
>
> I love it when time zones mean my work is done before I even see it ;-)
Don't get too smug then, here's some work for you ;)
Why is it that when I run it on my screen it prints:
**Test results for commit 199aa71 merged into master**
Platform: linux2
python2.7 : OK
Libraries not available: oct2py
python3.2 : OK
Libraries not available: cython matplotlib oct2py pymongo rpy2 wx wx.aui
Not available for testing: python2.6, python3.1
To post the results to Github, run ./post_pr_test.py
But when uploading with post_pr, it shows:
(stefanv-octavemagic)longs[tools]> ./post_pr_test.py
**Test results for commit 199aa71 merged into master**
Platform: linux2
python2.7 : OK
Libraries not available: oct2py
python3.2 : OK
Libraries not available: cython matplotlib oct2py pymongo rpy2 wx wx.aui
Not available for testing:
()
Posted test results to pull request
https://github.com/ipython/ipython/pull/1849
The difference I want to highlight is that in post_pr, the 'not
available' list appears always empty and therefore the uploaded
reports look funky:
https://github.com/ipython/ipython/pull/1849#issuecomment-6254108
It would be nice to polish that...
Cheers,
f
More information about the IPython-dev
mailing list