Skip to content

Commit 3a456e5

Browse files
committed
test(mysql): enable correlation xpass on 3.9
1 parent 4902e7b commit 3a456e5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ibis/backends/tests/test_impure.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,11 @@ def test_chained_selections(alltypes, impure):
143143
lambda _: ibis.uuid().cast(str).contains("a").ifelse(1, 0),
144144
marks=[
145145
*no_uuids,
146-
pytest.mark.notyet(["mysql"], reason="instances are correlated"),
146+
pytest.mark.notyet(
147+
["mysql"],
148+
reason="instances are correlated",
149+
strict=sys.version_info[:2] > (3, 9),
150+
),
147151
],
148152
id="uuid",
149153
),

0 commit comments

Comments
 (0)