Skip to content
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

Set installability analysis workflow (WIP) #29

Draft
wants to merge 16 commits into
base: main
Choose a base branch
from
Draft

Conversation

jaimergp
Copy link
Collaborator

@jaimergp jaimergp commented Aug 17, 2022

We are testing for:

  • Creating an environment with Python, latest napari for pyside and all plugins at once
  • Same, but one environment per plugin. They all should be individually installable in at least one platform.
  • The matrix covers four platforms (Linux and Windows x64, plus macOS Intel/M1), and Python 3.8, 3.9 and 3.10.
  • The exit codes for each task reflect the number of problems. These can be seen from the Summary page of each run, and do not expire :D Useful to track how rough the landscape is over time.

The time spent in each combination is super interesting, which gives you an idea on how different the packaging landscapes are across platforms!

@jaimergp
Copy link
Collaborator Author

jaimergp commented Sep 8, 2022

@goanpeca Can you take another look? I think I covered your suggestions.

This is just the beginning of what we can test against, and it already gives some interesting insights. For example, a few packages brought in pyqt or derivatives even when nobody asked for it. Following that thread, we can see that this package requires pyqt! I think it'll be an interesting exercise to minimize the number of conflicts.

@goanpeca
Copy link
Collaborator

goanpeca commented Sep 8, 2022

This is just the beginning of what we can test against, and it already gives some interesting insights. For example, a few packages brought in pyqt or derivatives even when nobody asked for it. Following that thread, we can see that this package requires pyqt! I think it'll be an interesting exercise to minimize the number of conflicts.

This is pretty cool and will help a lot :) !

@goanpeca goanpeca closed this Oct 25, 2022
@goanpeca goanpeca reopened this Oct 25, 2022
@jaimergp jaimergp closed this Dec 23, 2022
@jaimergp jaimergp reopened this Dec 23, 2022
@goanpeca goanpeca closed this May 2, 2023
@goanpeca goanpeca reopened this May 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants