Re: [sqlalchemy] 0.7.10 build test failures

2013-07-15 Thread Hans-Peter Jansen
On Montag, 15. Juli 2013 13:19:55 Michael Bayer wrote: > issue http://www.sqlalchemy.org/trac/ticket/2782 is added to merge this to > all three branches patch for 0.7 attached to the ticket. tested-by: Hans-Peter Jansen Thanks, Mike. This nice experience will encourage me to report some more i

Re: [sqlalchemy] 0.7.10 build test failures

2013-07-15 Thread Michael Bayer
issue http://www.sqlalchemy.org/trac/ticket/2782 is added to merge this to all three branches On Jul 15, 2013, at 1:14 PM, Michael Bayer wrote: > oh I know, you're running "python setup.py test". I'd strongly recommend > running with the sqla_nose.py runner directly, however this issue is

Re: [sqlalchemy] 0.7.10 build test failures

2013-07-15 Thread Michael Bayer
oh I know, you're running "python setup.py test". I'd strongly recommend running with the sqla_nose.py runner directly, however this issue is a setuptools one, adding this to setup.py will fix: # Hack to prevent "TypeError: 'NoneType' object is not callable" error # in multiprocessing/util.

Re: [sqlalchemy] 0.7.10 build test failures

2013-07-15 Thread Michael Bayer
im trying to recall if I've seen that one before. how are tests being run? this error does not occur in any environment for me. On Jul 14, 2013, at 6:18 PM, Hans-Peter Jansen wrote: > On Sonntag, 14. Juli 2013 17:38:12 Michael Bayer wrote: >> you can get that right here: >> >> www.sqlalch

Re: [sqlalchemy] 0.7.10 build test failures

2013-07-14 Thread Hans-Peter Jansen
On Sonntag, 14. Juli 2013 17:38:12 Michael Bayer wrote: > you can get that right here: > > www.sqlalchemy.org/changelog/CHANGES_0_7_11 Thanks, great. That fixed all tests, but this is left still: [ 156s] -- [ 156s] Ran 4075 t

Re: [sqlalchemy] 0.7.10 build test failures

2013-07-14 Thread Michael Bayer
you can get that right here: www.sqlalchemy.org/changelog/CHANGES_0_7_11 On Jul 14, 2013, at 5:24 PM, Hans-Peter Jansen wrote: > Hi Mike, > > On Sonntag, 14. Juli 2013 17:03:14 Michael Bayer wrote: >> hi Hans - >> >> this issue, a missing import that only triggers on certain platforms, has

Re: [sqlalchemy] 0.7.10 build test failures

2013-07-14 Thread Hans-Peter Jansen
Hi Mike, On Sonntag, 14. Juli 2013 17:03:14 Michael Bayer wrote: > hi Hans - > > this issue, a missing import that only triggers on certain platforms, has > been fixed in all branches since 0.7. But there's no 0.7.11 released > planned at this time. Thanks for the quick answer. Mind pointing

Re: [sqlalchemy] 0.7.10 build test failures

2013-07-14 Thread Michael Bayer
hi Hans - this issue, a missing import that only triggers on certain platforms, has been fixed in all branches since 0.7. But there's no 0.7.11 released planned at this time. - mike On Jul 14, 2013, at 4:46 PM, Hans-Peter Jansen wrote: > Dear Mike, > > while building version 0.7.10 on

[sqlalchemy] 0.7.10 build test failures

2013-07-14 Thread Hans-Peter Jansen
Dear Mike, while building version 0.7.10 on openSUSE build service, I noticed, that there are a bunch of test failures to care about. My SQLAlchemy project: https://build.opensuse.org/package/show/home:frispete:python/python-SQLAlchemy The build logs are located here: https://build.opensuse.