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

use newer unittest.mock when available #191

Merged
merged 3 commits into from
Jun 11, 2024

Conversation

a-detiste
Copy link
Contributor

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

https://github.com/testing-cabal/mock

@moomoohk
Copy link
Collaborator

Dpath's minimum supported Python version is currently 3.7 so unittest.mock should always be present. I just removed the check

@a-detiste
Copy link
Contributor Author

a-detiste commented Jun 11, 2024 via email

@moomoohk moomoohk merged commit 6e7ae79 into dpath-maintainers:master Jun 11, 2024
7 checks passed
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.

2 participants