Skip to content

Commit 1612318

Browse files
sfc-gh-aalamsfc-gh-jkew
authored andcommitted
NO-SNOW: Update line number check to handle python 3.10 (#3629)
1 parent 9f432fa commit 1612318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integ/test_trace_sql_errors_to_df.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
run=False,
2424
),
2525
pytest.mark.skipif(
26-
sys.version_info < (3, 10),
26+
sys.version_info < (3, 11),
2727
reason="Line numbers are flaky in Python 3.9",
2828
run=False,
2929
),

0 commit comments

Comments
 (0)