-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
ref: upgrade just pytest #76935
ref: upgrade just pytest #76935
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## master #76935 +/- ##
==========================================
- Coverage 78.11% 77.19% -0.93%
==========================================
Files 6960 6960
Lines 308896 308896
Branches 50558 50558
==========================================
- Hits 241282 238437 -2845
- Misses 61219 63987 +2768
- Partials 6395 6472 +77 |
5eaf935
to
a7823e5
Compare
a7823e5
to
6b69d02
Compare
9617418
to
8ea6d9e
Compare
8ea6d9e
to
ffa745c
Compare
🚨 Warning: This pull request contains Frontend and Backend changes! It's discouraged to make changes to Sentry's Frontend and Backend in a single pull request. The Frontend and Backend are not atomically deployed. If the changes are interdependent of each other, they must be separated into two pull requests and be made forward or backwards compatible, such that the Backend or Frontend can be safely deployed independently. Have questions? Please ask in the |
62c4122
to
db76c86
Compare
db76c86
to
9164714
Compare
9164714
to
ec2b734
Compare
ec2b734
to
855a8cc
Compare
855a8cc
to
3bafa1c
Compare
3bafa1c
to
7177da8
Compare
b1b0324
to
ddbcc29
Compare
upgrading pytest and pytest-django seemed to make many of our tests trigger HC exceptions. trying this one separately
This reverts commit 329f36e.
329f36e
to
e2386c9
Compare
upgrading pytest and pytest-django seemed to make many of our tests trigger HC exceptions. trying this one separately