You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: coaching/pyproject.toml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -207,4 +207,5 @@ markers = [
207
207
filterwarnings = [
208
208
"error::DeprecationWarning",
209
209
"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",
0 commit comments