Skip to content

Commit f02bdf9

Browse files
committed
Remove xgboost_latest_py_version fixture from airflow config test
1 parent e7bfaa1 commit f02bdf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integ/test_airflow_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -552,13 +552,13 @@ def test_tf_airflow_config_uploads_data_source_to_s3(
552552

553553
@pytest.mark.canary_quick
554554
def test_xgboost_airflow_config_uploads_data_source_to_s3(
555-
sagemaker_session, cpu_instance_type, xgboost_latest_version, xgboost_latest_py_version
555+
sagemaker_session, cpu_instance_type, xgboost_latest_version
556556
):
557557
with timeout(seconds=AIRFLOW_CONFIG_TIMEOUT_IN_SECONDS):
558558
xgboost = XGBoost(
559559
entry_point=os.path.join(DATA_DIR, "dummy_script.py"),
560560
framework_version=xgboost_latest_version,
561-
py_version=xgboost_latest_py_version,
561+
py_version="py3",
562562
role=ROLE,
563563
sagemaker_session=sagemaker_session,
564564
instance_type=cpu_instance_type,

0 commit comments

Comments
 (0)