-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MAINT]: Remove tests from wheel distro #2277
base: main
Are you sure you want to change the base?
Conversation
I haven't checked whether |
I think there shouldn't be any problem with conda-forge. It doesn't run the tests, nor does it rely on the presence of the test data files. Additionally, the process is entirely driven by the sdist (not wheel) files on PyPI anyway, so if we only change the wheel files, I think there can't be an issue. For reference, here's the conda-forge recipe for pvlib-python: https://github.com/conda-forge/pvlib-python-feedstock/blob/main/recipe/meta.yaml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A brief review from my phone. But I like it!
Co-authored-by: Adam R. Jensen <39184289+AdamRJensen@users.noreply.github.com>
As I posted in #2271, I'm +1 to making the flat layout. Feel free to react to this message if you [dis]agree. Btw, can you guys add the appropriate labels? I understand it may be too soon for a milestone. |
docs/sphinx/source/reference
for API changes.docs/sphinx/source/whatsnew
for all changes. Includes link to the GitHub Issue with:issue:`num`
or this Pull Request with:pull:`num`
. Includes contributor name and/or GitHub username (link with:ghuser:`user`
).remote-data
) and Milestone are assigned to the Pull Request and linked Issue.My biggest fear is that
setuptools
is caching things so please make a fresh local test. So far everything looks great to me:Partially addresses #1056 by moving all data files exclusively used for testing into
pvlib/tests/data
Whatsnew already updated with quantified sizes from wheel both zipped and once extracted compared against
v0.11.1
.