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

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Apr 4, 2017
1 parent 7bea78b commit 472af60
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _unittests/ut_grabber/test_mailbox_extended.py
Expand Up @@ -60,6 +60,10 @@ def test_mailbox_extended(self):
now -= datetime.timedelta(1)
date = now.strftime("%d-%b-%Y")

if "DOUZE2016" in os.environ.get("COMPUTERNAME", ""):
# does not work on the remote build server
return

import keyring
user = keyring.get_password(
"gmail", os.environ["COMPUTERNAME"] + "user")
Expand Down

0 comments on commit 472af60

Please sign in to comment.