Skip to content

Commit

Permalink
fix unit test xfail
Browse files Browse the repository at this point in the history
Signed-off-by: Niels Bantilan <[email protected]>
  • Loading branch information
cosmicBboy committed Mar 22, 2023
1 parent 258ba3d commit 7a225bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/flytekit-papermill/tests/test_spark_notebook.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def _get_nb_path(name: str, suffix: str = "", abs: bool = True, ext: str = ".ipy

def test_notebook_task_simple():

if sys.version_info[:3] == (3, 11, 0):
if sys.version_info[:2] >= (3, 11):
pytest.xfail(
"pyspark serialization issues will be addressed in version 3.4.0, issue tracking at: "
"https://issues.apache.org/jira/browse/SPARK-41125"
Expand Down

0 comments on commit 7a225bb

Please sign in to comment.