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

Update RemovedIn20Warning filtering #9814

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

jrbourbeau
Copy link
Member

@@ -738,6 +738,7 @@ async def test_pack_MaterializedLayer_handles_futures_in_graph_properly(c, s, a,
assert unpacked["deps"] == {"x": {fut.key}, "y": {fut.key}, "z": {"y"}}


@pytest.mark.filterwarnings("ignore:.*:dask.tests.warning_aliases.RemovedIn20Warning")
Copy link
Member

Choose a reason for hiding this comment

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

this is protected by pytest.importorskip("sqlalchemy") and so should just work with:

Suggested change
@pytest.mark.filterwarnings("ignore:.*:dask.tests.warning_aliases.RemovedIn20Warning")
@pytest.mark.filterwarnings("ignore:.*:sqlalchemy.ext.RemovedIn20Warning")

@@ -41,6 +41,7 @@ def db():
yield uri


@pytest.mark.filterwarnings("ignore:.*:dask.tests.warning_aliases.RemovedIn20Warning")
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
@pytest.mark.filterwarnings("ignore:.*:dask.tests.warning_aliases.RemovedIn20Warning")
@pytest.mark.filterwarnings("ignore:.*:sqlalchemy.ext.RemovedIn20Warning")

@github-actions github-actions bot added the needs attention It's been a while since this was pushed on. Needs attention from the owner or a maintainer. label Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dataframe io needs attention It's been a while since this was pushed on. Needs attention from the owner or a maintainer.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants