Merge with crew-stable
authorPatrick Mezard <pmezard@gmail.com>
Tue, 14 Aug 2007 19:30:14 +0200
changeset 5165 5bf7a7abb94e
parent 5163 8114142092a8 (current diff)
parent 5164 e5b21a549cc5 (diff)
child 5167 4dfe4c21dd64
Merge with crew-stable
--- a/tests/hghave
+++ b/tests/hghave
@@ -37,7 +37,9 @@ def has_eol_in_paths():
 
 def has_hotshot():
     try:
-        import hotshot
+        # hotshot.stats tests hotshot and many problematic dependencies
+        # like profile.
+        import hotshot.stats
         return True
     except ImportError:
         return False