Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
bypass more unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Jan 10, 2021
1 parent cc08a32 commit 29781ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _unittests/ut_loghelper/test_pwd_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ def test_password_keyring(self):
pwd2 = get_password('pyq', 'jj', lib='keyring')
self.assertEqual(pwd, pwd2)

@skipif_appveyor('stuck')
@skipif_travis('stuck')
@skipif_circleci('stuck')
@skipif_azure('stuck')
def test_password_cryptfile(self):
os.environ['UTTESTPYQ'] = 'bypass'
pwd = 'bibi'
Expand Down

0 comments on commit 29781ad

Please sign in to comment.