v3.1rc1 - votable failures
See original GitHub issueFull log in https://gist.github.com/saimn/a823d4223dcd09ffc5fa03627d9b8249
astropy/io/votable/tests/vo_test.py::test_validate FAILED [ 33%]
astropy/io/votable/tests/vo_test.py::test_validate_xmllint_true PASSED [ 66%]
astropy/io/votable/tests/vo_test.py::test_validate_path_object FAILED [100%]
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:11 (11 by maintainers)
Top Results From Across the Web
v3.1 Milestone · GitHub
Tabular models fail to serialize to asdf when used with units Bug io.misc.asdf modeling. #8037 by Cadair was closed on Oct 31, 2018....
Read more >Untitled
Fixup license - Update to 2.0.3 - add option to run tests - install only ... doesn't fix test failures - patch for...
Read more >profiles/use.local.desc - chromiumos/overlays/portage-stable
app-admin/gkrellm:X - Build both the X11 gui (gkrellm) and the server (gkrellmd). Disabling this flag builds the server only. app-admin/ ...
Read more >https://gitweb.gentoo.org/proj/hardened-dev.git/pl...
... the interface input plugin (information about traffic, packets and errors of ... Use GTK+3 instead of 2 app-admin/hddtemp:network-cron - Monthly cronjob ...
Read more >other.xml.gz - Index of /
Add warnings patch to close bz#191688 arptables_jf fails to build in mock ... (bug #199700) - additional define allows VOTable output - New...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I can reproduce this by setting
astropy.conf.unicode_output
toTrue
We really should ignore user configuration when running tests…
Well guessed @astrofrog, it seems that I did set the
unicode_output
setting in my config file ! I tested both directly with pytest and with the setup.py.