Skip to content
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

Remove test dependencies: flaky, mypy #696

Merged
merged 2 commits into from
Dec 2, 2023

Conversation

touilleWoman
Copy link
Contributor

@touilleWoman touilleWoman commented Nov 30, 2023

I removed flaky, mypy.
I removed also mypy-extensions, typing_extensions which are dependencies of mypy.
Although tomli is dependency of mypy, I didn't remove it because Pytest depends on tomli.

Resolves #674
Resolves #678

@codecov-commenter
Copy link

codecov-commenter commented Dec 2, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (6ca920b) 94.81% compared to head (61b8303) 94.81%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #696   +/-   ##
=======================================
  Coverage   94.81%   94.81%           
=======================================
  Files           2        2           
  Lines         463      463           
  Branches       92       92           
=======================================
  Hits          439      439           
  Misses         16       16           
  Partials        8        8           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: Michael Seifert <m.seifert@digitalernachschub.de>
@seifertm
Copy link
Contributor

seifertm commented Dec 2, 2023

Thanks for the PR!

I mentioned the removed dependencies in the changelog, because they're relevant for downstream packagers.

@seifertm seifertm changed the title #678 #674 remove useless dependencies: flaky, mypy Remove test dependencies: flaky, mypy Dec 2, 2023
@seifertm seifertm added this pull request to the merge queue Dec 2, 2023
Merged via the queue into pytest-dev:main with commit 3d01259 Dec 2, 2023
9 checks passed
@seifertm seifertm added this to the v0.23 milestone Dec 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove dependency on flaky Remove dependency on mypy
3 participants