code to test:
mkvirtualenv -p python3.3 pelican-py3-test
pip install -e git+https://github.com/dmdm/smartypants#egg=smartypants
git clone [email protected]:avaris/pelican.git -b 3.3-tests ~/src/pelican-py3-test
cd ~/src/pelican-py3-test/
pip install -r dev_requirements.txt
python setup.py develop
pip uninstall feedgenerator
pip install -e git+https://github.com/dmdm/feedgenerator-py3k#egg=feedgenerator-1.5
python -m unittest discover
test output:
$ python -m unittest discover
...................................ss................................ssss..........
----------------------------------------------------------------------
Ran 83 tests in 2.517s
OK (skipped=6)