fpgmaas / deptry

Find unused, missing and transitive dependencies in a Python project.
https://deptry.com/
MIT License
923 stars 20 forks source link

test(functional): remove dependency over `mkdocs` #935

Closed mkniewallner closed 3 weeks ago

mkniewallner commented 3 weeks ago

Did some debugging in https://github.com/fpgmaas/deptry/pull/934 to investigate slowness on Windows PyPy tests, and for some reason running PDM tests take about 10 minutes. Removing dependency over mkdocs seems to solve the slowness. Although we don't notice the same slowness, doing the same on other tests for consistency.

codecov[bot] commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 92.7%. Comparing base (6a43663) to head (e46a511). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #935 +/- ## ===================================== Coverage 92.7% 92.7% ===================================== Files 37 37 Lines 992 992 Branches 98 98 ===================================== Hits 920 920 Misses 56 56 Partials 16 16 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.