Squashed commit of the following:
commit f3a782d0b0
Author: Adam Coddington <me@adamcoddington.net>
Date: Sat Jan 30 22:32:51 2016 -0800
Django 1.7 does not support Python 3.5.
commit c100ccf867
Author: Adam Coddington <me@adamcoddington.net>
Date: Sat Jan 30 22:28:09 2016 -0800
Ensure that message_id is always stripped.
commit ee5a023da1
Author: Adam Coddington <me@adamcoddington.net>
Date: Sat Jan 30 22:24:27 2016 -0800
Modern python versions do not have --use-mirrors.
commit 54aa74d984
Author: Adam Coddington <me@adamcoddington.net>
Date: Sat Jan 30 22:19:59 2016 -0800
Turn off sudo mode for django-mailbox.
> Errors should never pass silently
I waste a hours to debug that . I don't expect this kind of behaviour. In my app proccess incoming mails is critical and I should receive exception and on fail transaction should rollback everything and try again later.
This should allow Pull Requests to properly run all non-integration tests.
Squashed commit of the following:
commit a03e2a6592234e089d1fe9adc360b1e33a0c4b57
Author: Adam Coddington <me@adamcoddington.net>
Date: Tue Jul 21 22:57:27 2015 -0700
Removing a dummy empty variable.
commit cd5964ab59
Author: Adam Coddington <me@adamcoddington.net>
Date: Tue Jul 21 22:52:52 2015 -0700
Removing unused import.
commit 39b67b8562
Author: Adam Coddington <me@adamcoddington.net>
Date: Tue Jul 21 22:52:35 2015 -0700
Use TestCase.skipTest.
commit 63d6dad73e
Author: Adam Coddington <me@adamcoddington.net>
Date: Tue Jul 21 22:44:16 2015 -0700
Testing something out to make sure integration tests will fail.
commit 51f0cf44bf
Author: Adam Coddington <me@adamcoddington.net>
Date: Tue Jul 21 22:38:50 2015 -0700
Adding unittest2 to requirements so we can skip tests on Python 2.6.
commit 3cc035f58b
Author: Adam Coddington <me@adamcoddington.net>
Date: Tue Jul 21 20:56:04 2015 -0700
Try skipping integration tests if not all environment variables are available.