Tests: tox and mock cleanup

* Remove mock dependency
  (mock is now part of standard unittest package)
* Cleanup tox dependency installation logic
This commit is contained in:
Mike Edmunds
2021-06-13 12:13:31 -07:00
committed by GitHub
parent e90c10b546
commit adc92f037b
24 changed files with 32 additions and 27 deletions

View File

@@ -1,9 +1,9 @@
import json
from base64 import b64encode
from textwrap import dedent
from unittest.mock import ANY
from django.test import tag
from mock import ANY
from anymail.inbound import AnymailInboundMessage
from anymail.signals import AnymailInboundEvent