-
Notifications
You must be signed in to change notification settings - Fork 11.2k
fix duplicate keys in settings.getwithbase() (#6912) #7000
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
base: master
Are you sure you want to change the base?
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #7000 +/- ##
==========================================
+ Coverage 90.68% 90.69% +0.01%
==========================================
Files 164 164
Lines 12642 12657 +15
Branches 1643 1649 +6
==========================================
+ Hits 11464 11479 +15
Misses 891 891
Partials 287 287
|
|
the test that is failing is I'm not entirely sure what is causing this test to fail. could i please get some more context? could it be a timing issue? |
|
That's a rare failure likely introduced by changes in #6997, you should ignore it |
Resolves #6912
pyproject.tomlinitially I thought of using
load_objectto check but that seems too costly if the default settings contain the entire list of middlewares, so I opt for checking the import path strings instead