Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests fails randomly in Python 3.3 #38

Closed
yetty opened this issue Jul 26, 2014 · 1 comment
Closed

Tests fails randomly in Python 3.3 #38

yetty opened this issue Jul 26, 2014 · 1 comment
Labels

Comments

@yetty
Copy link
Collaborator

yetty commented Jul 26, 2014

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

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

@yetty yetty added the bug label Jul 26, 2014
@yetty
Copy link
Collaborator Author

yetty commented Jul 26, 2014

Maybe it would work with set PYTHONHASHSEED

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

@yetty yetty closed this as completed in 27ec29d Jul 26, 2014
yetty added a commit that referenced this issue Jul 26, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant