With Astropy 6.0, I get the following CI test failure:
___________________________ TestDALResults.test_init ___________________________
self = <pyvo.dal.tests.test_query.TestDALResults object at 0x7f64516e1e10>
def test_init(self):
dalresults = DALResults.from_result_url(
'http://example.com/query/basic')
assert dalresults.queryurl == 'http://example.com/query/basic'
assert isinstance(dalresults.votable, VOTableFile)
> assert isinstance(dalresults.resultstable, VOTable)
E AssertionError: assert False
E + where False = isinstance(<VOTable length=3>\n _1 _2 \nint64 str37 \n----- -----... Illuminatus\n 42 Don't panic, and always carry a towel\n 1337 Elite, VOTable)
E + where <VOTable length=3>\n _1 _2 \nint64 str37 \n----- -----... Illuminatus\n 42 Don't panic, and always carry a towel\n 1337 Elite = <Table length=3>\n 1 2 \nint64 str37 \n----- -------... Illuminatus\n 42 Don't panic, and always carry a towel\n 1337 Elite.resultstable
/usr/lib/python3/dist-packages/pyvo/dal/tests/test_query.py:274: AssertionError
Full build log
I couldn't find out whether this was fixed after 1.4.2; in this case I would like to have the relevant commit (I'll apply it to the Debian package), or maybe an updated version.
With Astropy 6.0, I get the following CI test failure:
Full build log
I couldn't find out whether this was fixed after 1.4.2; in this case I would like to have the relevant commit (I'll apply it to the Debian package), or maybe an updated version.