Skip to content

Commit e36d72d

Browse files
committed
Merge branch 'feature/issue-334-extraction-json-fix' into dev
2 parents 8e9a9be + 87953c9 commit e36d72d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

‎coaching/pyproject.toml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,4 +207,5 @@ markers = [
207207
filterwarnings = [
208208
"error::DeprecationWarning",
209209
"ignore:'asyncio\\.iscoroutinefunction' is deprecated and slated for removal in Python 3\\.16; use inspect\\.iscoroutinefunction\\(\\) instead:DeprecationWarning",
210+
"ignore:ForwardRef\\._evaluate is a private API and is retained for compatibility, but will be removed in Python 3\\.16\\. Use ForwardRef\\.evaluate\\(\\) or typing\\.evaluate_forward_ref\\(\\) instead\\.:DeprecationWarning",
210211
]

0 commit comments

Comments
 (0)