From b87c8e89815c9892eec46bee6d4ea6fc2c723fa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Job?= Date: Thu, 24 Oct 2024 09:19:18 +0200 Subject: [PATCH] Unskip test added in #1776 (#1783) --- tests_integration/test_git.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests_integration/test_git.py b/tests_integration/test_git.py index af557fe014..a41153ab5d 100644 --- a/tests_integration/test_git.py +++ b/tests_integration/test_git.py @@ -310,9 +310,6 @@ def test_execute_python(runner, test_database, sf_git_repository, snapshot): @pytest.mark.skipif( sys.version_info >= (3, 12), reason="Snowpark is not supported in Python >= 3.12" ) -@pytest.mark.skip( - "Requires merging changes to the main branch" -) # TODO: remove after merging to the main branch def test_git_execute_python_without_requirements( snowflake_session, runner,