graphql-python / graphene-django

Build powerful, efficient, and flexible GraphQL APIs with seamless Django integration.

Home Page:http://docs.graphene-python.org/projects/django/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

use unittest.mock instead of mock

pgajdos opened this issue · comments

Could you please consider to utilize unittest.mock instead of mock?

Background:
https://fedoraproject.org/wiki/Changes/DeprecatePythonMock
https://trello.com/c/S6eADbii/64-remove-python-mock

@pgajdos It seems this is resolved by #1336 If you think the problem still exists, feel free to reopen this issue.