-
Notifications
You must be signed in to change notification settings - Fork 118
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
Conversation
There was a problem hiding this 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", |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
Please answer these questions before submitting your pull requests. Thanks!
What GitHub issue is this PR addressing? Make sure that there is an accompanying issue to your PR.
Fixes #NNNN
Fill out the following pre-review checklist:
Please describe how your code solves the related issue.
Please write a short description of how your code change solves the related issue.