Michael Foord added the comment:

What happens if test_geohash runs first? It looks like test_antigravity will 
only pass if it is run first. You could remove the order dependence by ensuring 
antigravity is not in sys.modules. sys.modules.pop('antigravity', None)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16106>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to