pytest-split icon indicating copy to clipboard operation
pytest-split copied to clipboard

Poetry doesn't include the LICENCE file

Open ma-sadeghi opened this issue 4 years ago • 2 comments

The new build system using poetry doesn't seem to include the LICENCE file, which has caused the conda-forge build to fail.

ma-sadeghi avatar Jun 16 '21 13:06 ma-sadeghi

Thanks! Where can I see this conda-forge build? I just made a fix for this, the license file should be present in version 0.3.0. Could you verify it solves the conda-forge issue, thanks.

jerry-git avatar Jun 17 '21 08:06 jerry-git

Here's a link to the conda-forge build: https://github.com/conda-forge/pytest-split-feedstock Once you push a new release to PyPI, conda-forge automatically triggers a build in the form of a pull request. To fix the issue temporarily, I had to copy the LICENCE file in the recipe folder. I just created a pull request that removes it and points it to the LICENCE in the actual repo. Once the build for 0.3 is triggered, I can merge that PR.

Btw, if you agree I can add you as a maintainer for the conda-forge build.

ma-sadeghi avatar Jun 17 '21 09:06 ma-sadeghi