-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Do not modify MANIFEST.in on install #15646
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
Conversation
|
This is blocked by finding out why app e2e tests hang with these changes |
23ce2fb to
46a3366
Compare
|
I tried pip installing this branch and master in 2 different environments, and then diffing both resulting directories to see if it's all equal diff --exclude '*.md' --exclude '__pycache__' -r src/lightning ../moccaLightning/src/lightning --brief
Only in src/lightning/app: MANIFEST.in
Files src/lightning/app/__setup__.py and ../moccaLightning/src/lightning/app/__setup__.py differ
Only in src/lightning/lite: MANIFEST.in
Files src/lightning/lite/__setup__.py and ../moccaLightning/src/lightning/lite/__setup__.py differ
Only in src/lightning/pytorch: MANIFEST.in
Files src/lightning/pytorch/__setup__.py and ../moccaLightning/src/lightning/pytorch/__setup__.py differ
Files src/lightning/__setup__.py and ../moccaLightning/src/lightning/__setup__.py differAnd they are (excluding the modifications of the PR itself). The quest to find the e2e issue continues... |
|
The e2e are hanging due to failed platform machine provisioning. Cause still unknown |
⚡ Required checks status: All passing 🟢Groups summary🟢 pytorch_lightning: Tests workflowThese checks are required after the changes to 🟢 pytorch_lightning: Azure GPU
These checks are required after the changes to 🟢 pytorch_lightning: Azure HPU
These checks are required after the changes to 🟢 pytorch_lightning: Azure IPU
These checks are required after the changes to 🟢 pytorch_lightning: Docs
These checks are required after the changes to 🟢 pytorch_lightning: Docker
These checks are required after the changes to 🟢 lightning_lite: CPU workflow
These checks are required after the changes to 🟢 lightning_lite: Azure GPU
These checks are required after the changes to 🟢 lightning_app: Tests workflow
These checks are required after the changes to 🟢 lightning_app: Examples
These checks are required after the changes to 🟢 lightning_app: Azure
These checks are required after the changes to 🟢 lightning_app: Docs
These checks are required after the changes to 🟢 mypy
These checks are required after the changes to 🟢 installThese checks are required after the changes to Thank you for your contribution! 💜
|
17f1e86 to
2137040
Compare
This reverts commit 8071cdb.
79e0797 to
02d117c
Compare
02d117c to
c60c4ef
Compare
Re-land of #15549 which was reverted in #15644 after an accidental merge that broke e2e app tests
What does this PR do?
Part of #15474
Each package keeps it's own MANIFEST.in
Does your PR introduce any breaking changes? If yes, please list them.
None
cc @carmocca @akihironitta @Borda