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

drop dependency on old external mock module #385

Merged
merged 1 commit into from
Jul 18, 2024

Conversation

a-detiste
Copy link
Contributor

Hi,

As only Py3.8+ is supported, usage of old external mock does not makes sense anymore (It is stuck forever at the snapshot of stdlib from Py3.6) #345

Greetings


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

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

@coveralls
Copy link

Coverage Status

coverage: 76.752%. remained the same
when pulling aee25d6 on a-detiste:master
into bf01aac on diyan:master.

Copy link
Collaborator

@jborean93 jborean93 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for simplifying the test requirements.

@jborean93 jborean93 merged commit 7ed4a2e into diyan:master Jul 18, 2024
20 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.

3 participants