Re: [cedar-backup-users] Resultc from python util/test.py (Ubutnu Jaunty 9.04)
Brought to you by:
pronovic
|
From: Kenneth P. <pro...@ie...> - 2009-05-04 19:27:53
|
Just to follow up briefly: Python 2.6 is currently only available in Debian's experimental distribution. I could install it from source, but I would prefer not to. So, I will address these test failures at some point in the future when I can more easily install the new interpreter. In the meantime, if you are concerned, you could install Ubuntu's python2.5 package, and then change the cback script to use this: #!/usr/bin/python2.5 I wouldn't worry about it, though. KEN On Mon, May 4, 2009 at 7:56 AM, Kenneth Pronovici <pro...@ie...> wrote: > Hi Scott, > > Thanks for the report. > > I haven't tested with Python 2.6 previously, and it looks like that > explains most of the DeprecationWarning items you see. Deprecations > should be harmless (for now) so these are nothing to worry about. > > I'll take a look at testGenerateTarfile_002(); as you might surmise > from the comment, Python 2.5 behavior differs from 2.4 and 2.3, so > perhaps 2.6 changed again. I recall this being a test-only issue the > last time (something to do with how I detect the expected results), so > again I don't think it's anything to worry about. > > I'll reply again once I've had a chance to look at things in detail. > > KEN > -- Kenneth J. Pronovici <pro...@ie...> http://www.cedar-solutions.com/ |