Skip to content

Commit

Permalink
Unskip test added in #1776 (#1783)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-pjob authored Oct 24, 2024
1 parent b9c0c57 commit b87c8e8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests_integration/test_git.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b87c8e8

Please sign in to comment.