mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-10 06:48:19 +02:00
Adding unittest2 to requirements so we can skip tests on Python 2.6.
This commit is contained in:
parent
3cc035f58b
commit
51f0cf44bf
2 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import os
|
||||
from unittest import SkipTest
|
||||
from unittest2 import SkipTest
|
||||
import uuid
|
||||
|
||||
from six.moves.urllib import parse
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue