Closed alisterburt closed 2 years ago
The test failures appear to be issues with the tests themselves, so I have no issues with the release going out.
It's weird that it is complaining about ctl.yaml
not being included, we include all YAML in the MANIFEST.in
.
@jakirkham would you mind taking a quick look here, I'm not sure why the YAML files are not being included in the distribution. I'm probably missing something obvious.
had a quick look at the docs, it seems like MANIFEST controls what is included in with sdist files but not what is included with the package itself
This stackoverflow question indicates that we need to reference the yaml files in the package_data
entry - I'll test and put together a PR
Hopefully 2022.2.1
will have this fixed.
Me again, seems like some files didn't make it into the released package for
2022.2.0
I also noticed that the release action ran despite failing tests - will PR a dependency so that this can't happen in future