Sunpy upstream is aware of the problem, see f.e. https://github.com/sunpy/sunpy/pull/2183
Once they have a new upstream, I will update the Debian package as well. Since there are multiple issues (not only the ones seen in the issue above), and the patches don't cleanly apply to the 0.7.8 tarball, it makes IMO no sense to backport them. Best regards Ole On 11.07.2017 16:51, James Cowgill wrote: > Source: sunpy > Version: 0.7.8-1 > Severity: serious > Tags: sid buster > > sunpy FTBFS with testsuite when built using python-astropy from unstable: > >> python -m pytest sunpy -k "not figure and not online" >> ============================= test session starts >> ============================== >> platform linux2 -- Python 2.7.13, pytest-3.0.6, py-1.4.34, pluggy-0.4.0 >> rootdir: /<<PKGBUILDDIR>>, inifile: setup.cfg >> collected 618 items / 36 errors >> >> ==================================== ERRORS >> ==================================== >> _______ ERROR collecting sunpy/coordinates/tests/test_frameattributes.py >> _______ >> ImportError while importing test module >> '/<<PKGBUILDDIR>>/sunpy/coordinates/tests/test_frameattributes.py'. >> Hint: make sure your test modules/packages have valid Python names. >> Traceback: >> sunpy/coordinates/__init__.py:3: in <module> >> from .frames import * >> sunpy/coordinates/frames.py:17: in <module> >> from astropy.coordinates import FrameAttribute >> E ImportError: cannot import name FrameAttribute > > James >