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

pyproject.toml: Remove dependency mock #156

Merged
merged 1 commit into from
Jul 20, 2022

Conversation

cclauss
Copy link
Contributor

@cclauss cclauss commented Jul 15, 2022

#153 makes https://pypi.org/project/mock unnecessary.

mock is now part of the Python standard library, available as unittest.mock in Python 3.3 onwards.

tonybaloney#153 makes https://pypi.org/project/mock unnecessary.
> mock is now part of the Python standard library, available as unittest.mock in Python 3.3 onwards.
@codecov-commenter
Copy link

codecov-commenter commented Jul 15, 2022

Codecov Report

Merging #156 (f3953e8) into master (7d8b252) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #156   +/-   ##
=======================================
  Coverage   97.27%   97.27%           
=======================================
  Files          23       23           
  Lines        1213     1213           
=======================================
  Hits         1180     1180           
  Misses         33       33           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7d8b252...f3953e8. Read the comment docs.

@cclauss cclauss closed this Jul 15, 2022
@cclauss cclauss reopened this Jul 15, 2022
@tonybaloney tonybaloney merged commit 5abef39 into tonybaloney:master Jul 20, 2022
@tonybaloney
Copy link
Owner

thanks!

@cclauss cclauss deleted the patch-1 branch July 20, 2022 05:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants