This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author michael.foord
Recipients brett.cannon, christian.heimes, ezio.melotti, georg.brandl, michael.foord
Date 2012-10-02.13:31:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349184697.0.0.14818632489.issue16106@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2012-10-02 13:31:37michael.foordsetrecipients: + michael.foord, brett.cannon, georg.brandl, christian.heimes, ezio.melotti
2012-10-02 13:31:37michael.foordsetmessageid: <1349184697.0.0.14818632489.issue16106@psf.upfronthosting.co.za>
2012-10-02 13:31:36michael.foordlinkissue16106 messages
2012-10-02 13:31:36michael.foordcreate