-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[ci] Add range of python version 3.8 to 3.13 for example tests #2065
Conversation
Signed-off-by: Viet Nguyen Duc <[email protected]>
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
✅ Deploy Preview for selenium-dev ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
CI Failure Feedback 🧐(Checks updated until commit dfa7d8a)
✨ CI feedback usage guide:The CI feedback tool (
In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:
where Configuration options
See more information about the |
User description
Thanks for contributing to the Selenium site and documentation!
A PR well described will help maintainers to review and merge it quickly
Before submitting your PR, please check our contributing guidelines.
Avoid large PRs, and help reviewers by making them as simple and short as possible.
Description
Range of support python versions will be tested in example tests
Motivation and Context
Types of changes
Checklist
PR Type
enhancement, configuration changes
Description
pytest-rerunfailures
to the Python requirements to support test reruns.Changes walkthrough 📝
python-examples.yml
Update CI workflow to test multiple Python versions
.github/workflows/python-examples.yml
different OS and release types.
requirements.txt
Add pytest-rerunfailures to Python requirements
examples/python/requirements.txt
pytest-rerunfailures
to the requirements.