We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ba0cda commit 630140eCopy full SHA for 630140e
tests/utils.py
@@ -1341,7 +1341,7 @@ def _should_skip(condition=None, until: int = None):
1341
until = dt.datetime.fromtimestamp(until)
1342
if until and dt.datetime.now(dt.timezone.utc).replace(tzinfo=None) < until.replace(tzinfo=None):
1343
return True
1344
-return condition is not None and condition
+ return condition is not None and condition
1345
1346
1347
def flaky(until: int = None, condition: bool = None, reason: str = None):
0 commit comments