-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
CI: pin pytest version on Python 3.5 #26619
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
ci/deps/azure-35-compat.yaml
Outdated
@@ -26,5 +26,5 @@ dependencies: | |||
- pip | |||
- pip: | |||
# for python 3.5, pytest>=4.0.2 is not available in conda | |||
- pytest>=4.0.2 | |||
- pytest>=4.0.2,!=4.6.0 |
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.
see what they used on the last good build and pin to that
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.
4.5.0
Codecov Report
@@ Coverage Diff @@
## master #26619 +/- ##
===========================================
- Coverage 91.85% 41.78% -50.08%
===========================================
Files 174 174
Lines 50722 50722
===========================================
- Hits 46593 21193 -25400
- Misses 4129 29529 +25400
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #26619 +/- ##
==========================================
- Coverage 91.85% 91.85% -0.01%
==========================================
Files 174 174
Lines 50722 50722
==========================================
- Hits 46593 46589 -4
- Misses 4129 4133 +4
Continue to review full report at Codecov.
|
thanks @simonjayhawkins |
closes #26614