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

fix: Move deprecated init kwargs to proper fields #194

Merged
merged 4 commits into from
Jul 8, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ignore paquo warning
  • Loading branch information
tlambert03 committed Jul 8, 2023
commit b9ccd65e543f402ccd25e964c2051832b41fc223
1 change: 1 addition & 0 deletions tests/test_paquo.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
pytest.skip("Paquo not installed", allow_module_level=True)


@pytest.mark.filterwarnings("ignore:Field 'm' is deprecated. Use 'ms' instead")
@pytest.mark.filterwarnings("ignore:Importing submodules from ome_types.model")
def test_to_ome_xml() -> None:
h = QuPathPathObjectHierarchy()
Expand Down