Skip to content

Set installability analysis workflow (WIP)#29

Draft
jaimergp wants to merge 16 commits into
mainfrom
installability
Draft

Set installability analysis workflow (WIP)#29
jaimergp wants to merge 16 commits into
mainfrom
installability

Conversation

@jaimergp
Copy link
Copy Markdown
Member

@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!

Comment thread ci_scripts/check_installability_plugins.py Outdated
Comment thread .github/workflows/installability.yml
@jaimergp
Copy link
Copy Markdown
Member 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
Copy Markdown
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 :) !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

2 participants