conda-forge / imagecodecs-feedstock

A conda-smithy repository for imagecodecs.
BSD 3-Clause "New" or "Revised" License
3 stars 9 forks source link

Remove the test files from the final package #29

Closed hmaarrfk closed 2 years ago

hmaarrfk commented 3 years ago

image

@conda-forge-admin please rerender

Checklist

conda-forge-linter commented 3 years ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

hmaarrfk commented 3 years ago

maybe not running the test suite is preferrable:

python -c "import imagecodecs; print(imagecodecs.bz2_version())"

can help ensure that the system was built correctly with the intended features?