Skip to content

Commit

Permalink
skip on the old python and old mac
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed Nov 15, 2024
1 parent 5f5c568 commit 51d4961
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_on_data/behavior/test_behavior_interfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,10 @@ def clean_pose_extension_import():
del sys.modules[module]


@pytest.mark.skipif(
platform == "darwin" and python_version < version.parse("3.10"),
reason="interface not supported on macOS with Python < 3.10",
)
def test_deep_lab_cut_import_pose_extension_bug(clean_pose_extension_import, tmp_path):
"""
Test that the DeepLabCutInterface writes correctly without importing the ndx-pose extension.
Expand Down

0 comments on commit 51d4961

Please sign in to comment.