| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Codecov Report
@@ Coverage Diff @@
## master #1211 +/- ##
==========================================
- Coverage 63.88% 63.66% -0.22%
==========================================
Files 233 233
Lines 17151 17151
==========================================
- Hits 10957 10920 -37
- Misses 6194 6231 +37
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Sorry, something went wrong.
|
⬆️ |
Sorry, something went wrong.
|
Thanks! I'm taking a look into this issue, a quick feedback in the meantime: I think it would be preferable to avoid adding MarkupSafe as a dependency since it's not actually a dependency for us (it's a dependency of one of our dependencies, Jinja2) so maybe it would be cleaner to solve this by upgrading Jinja2 instead. |
Sorry, something went wrong.
|
Merged like this for now, as it seems that the only other solution would be pinning all dependencies (e.g. using pip-tools or pipenv) and we can do that at a later time. Thanks for the fix! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Cherry-pick commit e718c62 from ioi2022/cms, which should fix tests breaking due to beaking changes in MarkupSafe.