| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Codecov Results 📊✅ 91388 passed | ⏭️ 6136 skipped | Total: 97524 | Pass Rate: 93.71% | Execution Time: 329m 8s 📊 Comparison with Base Branch
✨ No test changes detected All tests are passing successfully. ✅ Patch coverage is 100.00%. Project has 2406 uncovered lines. @@ Coverage Diff @@
## main #PR +/-##
==========================================
+ Coverage 89.84% 89.87% +0.03%
==========================================
Files 192 192 —
Lines 23758 23758 —
Branches 8204 8204 —
==========================================
+ Hits 21346 21352 +6
- Misses 2412 2406 -6
- Partials 1345 1347 +2Generated by Codecov Action |
Sorry, something went wrong.
This is part of environment cleanup before moving the remaining testing dependencies to a uv dependency group. The package is already declared as a dependency of `pytest`.
| Back | FazBrowse Home | New Git URL |
Description
tomli is already declared as a dependency of pytest:
https://github.com/pytest-dev/pytest/blob/2eac0d6cfe0be3d2d49b86c3860ee00f60517813/pyproject.toml#L56
Remove the package from requirements-testing.txt and add the package as a dependency to only the test suites that rely on the package (if applicable).
This is part of environment cleanup before moving the remaining testing dependencies to a uv dependency group.
Issues
Reminders