1
0
Fork 0
forked from github/pelican
pelican-theme/pelican/tools
Antoine Brenner aabb7f9345 Fix error in download_attachments() triggered by python2 unit test
The download_attachments error is triggered in the unit tests by a japanese
error message (接続を拒否されました) (connexion denied), that
python is not able to serialize the into a byte string.

This error weirdly does not appear every time the unit tests are run.
It might be related to the order in which the tests are run.

This error was found and fixed during the PyconUS 2014 pelican
sprint. It was discovered on a Linux Fedora20 computer running
Python2.7 in virtualenv
2014-04-14 22:39:10 +02:00
..
templates PY and PELICAN env variable overrides for Make 2014-02-08 14:32:58 -08:00
__init__.py move tools in pelican.tools and add the pelican.tools package to setup.py 2012-03-16 18:53:08 +00:00
pelican_import.py Fix error in download_attachments() triggered by python2 unit test 2014-04-14 22:39:10 +02:00
pelican_quickstart.py PY and PELICAN env variable overrides for Make 2014-02-08 14:32:58 -08:00
pelican_themes.py Port pelican to python 3. 2013-01-11 03:20:09 +01:00