Re: [sympy] Issue 3339: Problems with PYTHONHASHSEED and testing (#1473)

2012-08-08 Thread Aaron Meurer
OK, merging... --- Reply to this email directly or view it on GitHub: https://github.com/sympy/sympy/pull/1473#issuecomment-7604137 -- You received this message because you are subscribed to the Google Groups "sympy-patches" group. To post to this group, send email to sympy-patches@googlegroups

Re: [sympy] Issue 3339: Problems with PYTHONHASHSEED and testing (#1473)

2012-08-08 Thread Aaron Meurer
**[SymPy Bot][sympy-bot] Summary**: :red_circle: There were test failures (merged jrioux/tests (1bf46b5a5253a036ba3a67752b57c8b01b4b27ba) into master (0d88b25d001e4bf91d5ec36fddd06eb6cba77348)). @jrioux: Please fix the test failures. **Interpreter 1**: :eight_spoked_asterisk: All tests have [p

Re: [sympy] Issue 3339: Problems with PYTHONHASHSEED and testing (#1473)

2012-08-08 Thread Stefan Krastanov
**SymPy Bot Summary:** :eight_spoked_asterisk: All tests have passed. *Test command:* setup.py test *master hash*: 0d88b25d001e4bf91d5ec36fddd06eb6cba77348 *branch hash*: 1bf46b5a5253a036ba3a67752b57c8b01b4b27ba **Interpreter 1:** :eight_spoked_asterisk: All tests have passed. *Interpreter:* /u

Re: [sympy] Issue 3339: Problems with PYTHONHASHSEED and testing (#1473)

2012-08-08 Thread Aaron Meurer
That test failure is insignificant. The important thing there is that the randomization is off, because I set the hash seed to 0. I'm also doing a full test run, and when that comes in I'll merge this. --- Reply to this email directly or view it on GitHub: https://github.com/sympy/sympy/pull/1

Re: [sympy] Issue 3339: Problems with PYTHONHASHSEED and testing (#1473)

2012-08-08 Thread Aaron Meurer
**[SymPy Bot][sympy-bot] Summary**: :red_circle: There were test failures (merged jrioux/tests (1bf46b5a5253a036ba3a67752b57c8b01b4b27ba) into master (0d88b25d001e4bf91d5ec36fddd06eb6cba77348)). @jrioux: Please fix the test failures. **Interpreter 1**: :red_circle: There were test [failures](h

Re: [sympy] Issue 3339: Problems with PYTHONHASHSEED and testing (#1473)

2012-08-08 Thread Aaron Meurer
**[SymPy Bot][sympy-bot] Summary**: :eight_spoked_asterisk: All tests have passed (merged jrioux/tests (1bf46b5a5253a036ba3a67752b57c8b01b4b27ba) into master (0d88b25d001e4bf91d5ec36fddd06eb6cba77348)). **Interpreter 1**: :eight_spoked_asterisk: All tests have [passed](http://reviews.sympy.org/

Re: [sympy] Issue 3339: Problems with PYTHONHASHSEED and testing (#1473)

2012-08-08 Thread Aaron Meurer
Code looks OK. Let me test. --- Reply to this email directly or view it on GitHub: https://github.com/sympy/sympy/pull/1473#issuecomment-7601046 -- You received this message because you are subscribed to the Google Groups "sympy-patches" group. To post to this group, send email to sympy-patche

Re: [sympy] Issue 3339: Problems with PYTHONHASHSEED and testing (#1473)

2012-08-08 Thread The Travis Bot
This pull request [passes](http://travis-ci.org/sympy/sympy/builds/2068520) (merged 1bf46b5a into 0d88b25d). --- Reply to this email directly or view it on GitHub: https://github.com/sympy/sympy/pull/1473#issuecomment-7595296 -- You received this message because you are subscribed to the Google

Re: [sympy] Issue 3339: Problems with PYTHONHASHSEED and testing (#1473)

2012-08-08 Thread Julien Rioux
So for example: ``` $ PYTHONHASHSEED=00 ./bin/doctest examples.rst == rst doctests start == executable: /usr/bin/python (2.7.2-final-0) architecture: 64-bit cache: yes ground types: python has

[sympy] Issue 3339: Problems with PYTHONHASHSEED and testing (#1473)

2012-08-08 Thread Julien Rioux
Show header info from rst doctests and correctly show hash randomization off status. Show the info header (executable, architecture, cache, etc.) even when only .rst doctests are being run. When PYTHONHASHSEED is set to 0, this turns hash randomization off. Reflect this in the info header disp