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

Skip failing tests for pandas=2.1.0 #10488

Merged
merged 4 commits into from Sep 1, 2023
Merged

Skip failing tests for pandas=2.1.0 #10488

merged 4 commits into from Sep 1, 2023

Conversation

phofl
Copy link
Collaborator

@phofl phofl commented Aug 31, 2023

  • Closes #xxxx
  • Tests added / passed
  • Passes pre-commit run --all-files

@phofl phofl mentioned this pull request Aug 31, 2023
3 tasks
@github-actions github-actions bot added the io label Sep 1, 2023
@@ -130,8 +129,7 @@ def _write_partitioned(

md_list = []
partition_keys = partition_keys[0] if len(partition_keys) == 1 else partition_keys
with check_observed_deprecation():
gb = data_df.groupby(partition_keys, dropna=False)
gb = data_df.groupby(partition_keys, dropna=False, observed=False)
Copy link
Member

Choose a reason for hiding this comment

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

A test was sporadically failing on Windows Python 3.11 due to check_observed_deprecation being flaky. Instead of catching the deprecation warning, I've specified observed=False instead (the current default) to avoid the warning altogether. Hope that's okay

@jrbourbeau jrbourbeau changed the title Skip failing tests for pandas 2.1.0 Skip failing tests for pandas=2.1.0 Sep 1, 2023
@jrbourbeau jrbourbeau merged commit 5adf8d0 into dask:main Sep 1, 2023
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants