bug: Problem with how partners field is parsed + tests #186
Labels
bug
Something isn't working
help wanted
Extra attention is needed
python-code
An issue related to python / requiring python coding skills
sprintable
Right now, the partners field for astropy specifically, looks like this as an output:
https://github.com/pyOpenSci/pyopensci.github.io/blob/main/_data/packages.yml#L81
this is breaking the build on the astropy side of things - see here.
the partners field should always serialize to single word partner names like this:
note: We should add some tests to ensure that the model captures / serializes fields correctly. let's start with a test for the partners field when this is fixed.
cc: @pllim
The text was updated successfully, but these errors were encountered: