mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
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:
@@ -1,8 +1,8 @@
|
||||
import json
|
||||
from base64 import b64encode
|
||||
from unittest.mock import ANY
|
||||
|
||||
from django.test import tag
|
||||
from mock import ANY
|
||||
|
||||
from anymail.inbound import AnymailInboundMessage
|
||||
from anymail.signals import AnymailInboundEvent
|
||||
|
||||
Reference in New Issue
Block a user