Skip to content

Commit 9c026fb

Browse files
committed
requirements: update pytest-mh version to 1.0.29
1 parent 95b830b commit 9c026fb

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
jc
22
pytest
33
python-ldap
4-
pytest-mh >= 1.0.19
4+
pytest-mh >= 1.0.29

sssd_test_framework/utils/gdm.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
from typing import TYPE_CHECKING
99

1010
from pytest_mh import MultihostHost, MultihostUtility
11-
from pytest_mh.utils.journald import JournaldUtils
1211

1312
if TYPE_CHECKING:
1413
from ..roles.client import Client
@@ -112,7 +111,7 @@ def wait_for_login(self, client: Client) -> None:
112111
retry = 0
113112
max_retries = 60
114113
while not client.journald.is_match("Opening and taking control of.*card"):
115-
if retry == max_retries -1:
114+
if retry == max_retries - 1:
116115
raise AssertionError("Unable to see gnome-shell take control of video card")
117116
retry += 1
118117
time.sleep(1)

0 commit comments

Comments
 (0)