jazzband / django-embed-video

Django app for easy embedding YouTube and Vimeo videos and music from SoundCloud.
http://django-embed-video.rtfd.org
MIT License
382 stars 135 forks source link

Tests fails randomly in Python 3.3 #38

Closed yetty closed 10 years ago

yetty commented 10 years ago

It is caused by non-sorted dict. No solution yet.

http://stackoverflow.com/questions/14956313/dictionary-ordering-non-deterministic-in-python3

yetty commented 10 years ago

Maybe it would work with set PYTHONHASHSEED

https://docs.python.org/3/using/cmdline.html#envvar-PYTHONHASHSEED