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,6 +1,7 @@
|
||||
from unittest.mock import patch
|
||||
|
||||
from django.core.mail import EmailMultiAlternatives
|
||||
from django.test import SimpleTestCase
|
||||
from mock import patch
|
||||
|
||||
from anymail.message import AnymailRecipientStatus, AnymailStatus, attach_inline_image
|
||||
|
||||
|
||||
Reference in New Issue
Block a user