Skip to content

Commit 97084b0

Browse files
committed
Correct skip
1 parent 682686f commit 97084b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

terminusdb_client/tests/test_woql_path_operations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
class TestWOQLPathOperations:
77
"""Test path-related operations and utilities."""
88

9-
@pytest.skip("This method is deprecated and dead code - it is never called anywhere in the codebase.")
9+
@pytest.mark.skip(reason="This method is deprecated and dead code - it is never called anywhere in the codebase.")
1010
def test_data_value_list_with_various_types(self):
1111
"""Test _data_value_list with various item types.
1212

0 commit comments

Comments
 (0)