Skip to content

Commit a9cd0eb

Browse files
committed
test: update warning message
"unpickable" was renamed to "unpickleable" in sphinx v8.2.0
1 parent 923a9d2 commit a9cd0eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1386,7 +1386,7 @@ def has_doctest1() -> None:
13861386
Unformatted = TypeVar("Unformatted")
13871387

13881388

1389-
@warns("cannot cache unpickable configuration value: 'typehints_formatter'")
1389+
@warns("cannot cache unpickleable configuration value: 'typehints_formatter'")
13901390
@expected(
13911391
"""
13921392
mod.typehints_formatter_applied_to_signature(param: Formatted) -> Formatted

0 commit comments

Comments
 (0)