jerry-git / pytest-split

Pytest plugin which splits the test suite to equally sized "sub suites" based on test execution time.
https://jerry-git.github.io/pytest-split/
MIT License
229 stars 28 forks source link

Poetry doesn't include the LICENCE file #22

Open ma-sadeghi opened 3 years ago

ma-sadeghi commented 3 years ago

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

jerry-git commented 3 years ago

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.

ma-sadeghi commented 3 years ago

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.