conda-forge / pandas-feedstock

A conda-smithy repository for pandas.
BSD 3-Clause "New" or "Revised" License
8 stars 35 forks source link

Should we consider removing the tests files from the final package? #196

Open ocefpaf opened 9 months ago

ocefpaf commented 9 months ago

Comment:

Pandas is the largest package in my environments reaching ~73 MB, almost half of that is in the test folder. I don't know how useful the tests are for an installed artifact and I wonder if we should remove them from the final package.

PS: The same happens in the wheel and download times would be greatly improved if the tests were removed there too.

jorisvandenbossche commented 9 months ago

For reference, a pandas issue on this topic: https://github.com/pandas-dev/pandas/issues/30741

My reading is that there is general agreement that this is something we should do. So I think conda-forge could certainly already start doing it

ocefpaf commented 6 months ago

Looks like the size of the tests already decreased a lot in the newer releases. Should we just close this and let upstream keep reducing them? Or does someone wants to tackle the complete removal of the test folder here?