python fixes

This commit is contained in:
holger krekel
2020-05-20 17:21:57 +02:00
parent 9e43540dfa
commit 1029c63a20
3 changed files with 10 additions and 12 deletions

View File

@@ -521,11 +521,6 @@ class TestOnlineAccount:
ac2.create_chat_by_contact(ac2.create_contact(email=ac1.get_config("addr")))
return chat
def test_double_iter_events(self, acfactory):
ac1 = acfactory.get_one_online_account()
with pytest.raises(RuntimeError):
next(ac1.iter_events())
@pytest.mark.ignored
def test_configure_generate_key(self, acfactory, lp):
# A slow test which will generate new keys.