Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

Commit

Permalink
disable a unit test for anaconda, will investigate later
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed May 9, 2015
1 parent 8b8ca70 commit c2461b8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _unittests/ut_mails/test_email.py
Expand Up @@ -52,6 +52,11 @@ def test_load_email(self):
OutputPrint=__name__ == "__main__")
data = os.path.abspath(os.path.join(os.path.dirname(__file__), "data"))
mesf = os.path.join(data, "message.pickle")

if "anaconda" in sys.executable.lower():
# issue with Anaconda about import pymmails
return

with open(mesf, "rb") as f:
try:
import pymmails
Expand Down

0 comments on commit c2461b8

Please sign in to comment.