On Mon, 19 Jan 2015 00:31:40 +1100 Stuart Prescott <stu...@debian.org> wrote: > Control: tag -1 confirmed
> > Relevant part (hopefully): > > > File "/usr/lib/python2.7/dist-packages/numpy/testing/decorators.py", > line 146, in skipper_func > > > return f(*args, **kwargs) > > > File > "/«PKGBUILDDIR»/.pybuild/pythonX.Y_2.7/build/seaborn/tests/test_distributions.py", > > line 202, in test_statsmodels_univariate_kde > > > self.cut, self.clip) > > > File > "/«PKGBUILDDIR»/.pybuild/pythonX.Y_2.7/build/seaborn/distributions.py", > line > 674, in _statsmodels_univariate_kde > > > kde = sm.nonparametric.KDEUnivariate(data) > > > AttributeError: 'module' object has no attribute 'KDEUnivariate' > KDEUnivariate and KDEMultivariate were introduced in statsmodels 0.5 but > jessie has 0.4.2. seaborn should have had a versioned dependency on python- > statsmodels to prevent it migrating without necessary dependencies. > Choices appear to be: > * remove seaborn from jessie > * suppress the test failure, leaving some horribly non-functional code in the > jessie packages for seaborn > * write a considerable amount of compatibility code Yeah Stuart, thank you for the analysis... I even tried to figure out shim for compatibility but gave up and decided to let it die off from jessie encouraging people just to fetch recent one from NeuroDebian alongside with more recent statsmodels. But if I do get a moment today I will try to push the 2nd one suppressing functionality (so it spits out explicit error) and leading for SkipTest for those few functions which depend on new statsmodels. But that is only if I find strength/time later today and otherwise tomorrow it would get plunged from jessie. -- Yaroslav O. Halchenko, Ph.D. http://neuro.debian.net http://www.pymvpa.org http://www.fail2ban.org Research Scientist, Psychological and Brain Sciences Dept. Dartmouth College, 419 Moore Hall, Hinman Box 6207, Hanover, NH 03755 Phone: +1 (603) 646-9834 Fax: +1 (603) 646-1419 WWW: http://www.linkedin.com/in/yarik -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org