On Fri, Aug 19, 2011 at 5:23 PM, Bruce Southey <bsout...@gmail.com> wrote:
> ** > On 08/19/2011 10:04 AM, Ralf Gommers wrote: > > > > On Fri, Aug 19, 2011 at 4:55 PM, Bruce Southey <bsout...@gmail.com> wrote: > >> Hi, >> I had to rebuild my Python2.6 as a 'normal' version. >> >> Anyhow, Python2.4, 2.5, 2.6 and 2.7 all build and pass the numpy tests. >> >> Curiously, only tests in Python2.7 give almost no warnings but all the >> other Python2.x give lots of warnings - Python2.6 and Python2.7 are below. >> My expectation is that all versions should behave the same regarding >> printing messages. >> > > This is due to a change in Python 2.7 itself - deprecation warnings are not > shown anymore by default. Furthermore, all those messages are unrelated to > Mark's missing data commits. > > Cheers, > Ralf > > > > _______________________________________________ > NumPy-Discussion mailing list > NumPy-Discussion@scipy.orghttp://mail.scipy.org/mailman/listinfo/numpy-discussion > > Yet: > > $ python2.6 -c "import numpy; numpy.test()" > Running unit tests for numpy > NumPy version 1.6.1 > > NumPy is installed in /usr/local/lib/python2.6/site-packages/numpy > Python version 2.6.6 (r266:84292, Aug 19 2011, 09:21:38) [GCC 4.5.1 > 20100924 (Red Hat 4.5.1-4)] > nose version 1.0.0 > ..............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................K............................... > ..................................................................K......................K.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... > .............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. > ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... > ---------------------------------------------------------------------- > Ran 3533 tests in 22.062s > > OK (KNOWNFAIL=3) > > Hence why I was curious about all the messages having not seen them. > > Is there some plan to cleanup these tests rather than 'hide' them? > > Yes, that happens before every release. Ralf
_______________________________________________ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion