Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SNOW-1021998: prepare release for v1.12.0 #1221

Merged
merged 3 commits into from
Jan 30, 2024

Conversation

sfc-gh-aling
Copy link
Contributor

Please answer these questions before submitting your pull requests. Thanks!

  1. What GitHub issue is this PR addressing? Make sure that there is an accompanying issue to your PR.

    Fixes #NNNN

  2. Fill out the following pre-review checklist:

    • I am adding a new automated test(s) to verify correctness of my new code
    • I am adding new logging messages
    • I am adding a new telemetry message
    • I am adding new credentials
    • I am adding a new dependency
  3. Please describe how your code solves the related issue.

    Please write a short description of how your code change solves the related issue.

Copy link
Contributor

@sfc-gh-mabrennan sfc-gh-mabrennan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

setup.py Outdated
@@ -80,7 +80,7 @@
f"snowflake-connector-python[secure-local-storage]{CONNECTOR_DEPENDENCY_VERSION}",
],
"development": [
"pytest",
"pytest<8.0.0",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pytest released v8 last Friday and it's causing flakiness in the following test:

FAILED tests/integ/test_dataframe.py::test_write_temp_table_no_breaking_change[append-temp] - AssertionError: assert 'create_temp_table is deprecated' in ''

https://github.com/snowflakedb/snowpark-python/actions/runs/7701541832

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

opened an issue in pytest: pytest-dev/pytest#11886
created a jira SNOW-1022240 to follow up

@sfc-gh-aling sfc-gh-aling merged commit 79a1e87 into main Jan 30, 2024
57 checks passed
@sfc-gh-aling sfc-gh-aling deleted the SNOW-1021998-release-snowpark-v-1-12-0 branch January 30, 2024 01:04
@github-actions github-actions bot locked and limited conversation to collaborators Jan 30, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants