-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
PR: CI: Add workflow to run tests with PyQt6/PySide6 #23118
base: master
Are you sure you want to change the base?
Conversation
push: | ||
branches: | ||
- master | ||
- qt6_ci # for testing only |
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.
Using a cron-based trigger is probably more sensible for now?
The qt6_ci
is for testing only and will be removed
# .github/scripts/run_tests.sh || \ | ||
# .github/scripts/run_tests.sh || \ | ||
# .github/scripts/run_tests.sh || \ | ||
.github/scripts/run_tests.sh |
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.
Commented out for faster testing.
# env: | ||
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
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.
For testing only, will be re-added
- name: Run tests | ||
shell: bash -l {0} | ||
env: | ||
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
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.
For testing only, will be re-added
For now the tests run on Linux only. Only pip-based installation is used as conda has no PyQt6 package yet. The workflow file based on the existing one for Linux.
Fix 'extras_require' in setup.py to fix the warning. This requires fixes for the parsing of dependencies in test_dependencies_in_sync.py: Use the 'packaging' module which simplifies the code.
Description of Changes
This is a draft to add PyQt6/PySide6 to the CI as suggested in PR #22620:
Issue(s) Resolved
Affirmation
By submitting this Pull Request or typing my (user)name below,
I affirm the Developer Certificate of Origin
with respect to all commits and content included in this PR,
and understand I am releasing the same under Spyder's MIT (Expat) license.
I certify the above statement is true and correct:
rear1019