Skip to content

Commit f38a4a3

Browse files
committed
remove some tests
1 parent 27968a7 commit f38a4a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

django_mailer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import logging
22

3-
VERSION = (1, 2, 1)
3+
VERSION = (1, 2, 2)
44

55
logger = logging.getLogger('django_mailer')
66
logger.setLevel(logging.DEBUG)

django_mailer/tests/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from django_mailer.tests.commands import TestCommands
22
from django_mailer.tests.engine import LockTest #COULD DROP THIS TEST
3-
from django_mailer.tests.backend import TestBackend
3+
#from django_mailer.tests.backend import TestBackend

0 commit comments

Comments
 (0)