Distribute sample data used to run tests#2935
Conversation
|
Actually - hold off on merging this - the |
|
As a tangential aside, I am fairly confident we will soon switch from building Pelican via Setuptools to instead building via Poetry. The only reason we haven't done that already is because Pip does not yet support editable installs of non-Setuptools builds. Now that support for PEP 660 has been merged into Pip, I imagine we will make that switch as soon as Pip 21.3 is released. In short, once we make that switch, |
|
Great, thanks for the context on Poetry/ I've just updated |
justinmayer
left a comment
There was a problem hiding this comment.
Many thanks for the enhancement, Ben! ✨
Pelican distributes the unit tests, but doesn't distribute the sample data such as
samples/pelican.conf.pyrequired to run them.I noticed this when updating the OS package for Guix which is based on the PyPI distribution of pelican.