-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Pin Python dependencies in requirements.txt #2110
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
👷 Deploy request for selenium-dev pending review.Visit the deploys page to approve it
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
9b31456
to
92f8c38
Compare
It looks like
|
92f8c38
to
b218303
Compare
Hi @VietND96 , Thank you for pointing this out! I have updated the dependency to use pytest-rerunfailures==14.0, which is compatible with Python 3.8 and suitable for the CI environment. Please let me know if any additional changes are required. Thanks again for your feedback! |
Thank you @yvsvarma! I merged your PR |
User description
Summary
requirements.txt
:Justification
Verification
pytest
:PR Type
Enhancement
Description
pytest==8.3.4
,pytest-trio==0.8.0
,pytest-rerunfailures==15.0
flake8==7.1.1
trio==0.27.0
,requests==2.32.3
Changes walkthrough 📝
requirements.txt
Pin Python test and development dependencies
examples/python/requirements.txt
- pytest
(7.3.0), trio (0.22.0), pytest-trio (0.8.0)
- pytest-rerunfailures
(10.2), flake8 (6.1.0), requests (2.32.3)