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: .github/workflows/test.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -79,10 +79,10 @@ jobs:
79
79
- name: Test with pytest
80
80
run: python -m pytest -vv
81
81
env:
82
-
PYTHONWARNINGS: "error"# treat all warnings as errors
82
+
PYTHONWARNINGS: "error,ignore::DeprecationWarning:sphinx.builders.gettext"# treat all warnings as errors
83
83
- name: Install social-cards extra
84
84
run: uv pip install .[social-cards]
85
85
- name: Test with pytest (social-cards)
86
86
run: python -m pytest -vv
87
87
env:
88
-
PYTHONWARNINGS: "error"# treat all warnings as errors
88
+
PYTHONWARNINGS: "error,ignore::EncodingWarning:matplotlib.font_manager,ignore::DeprecationWarning:sphinx.builders.gettext"# treat all warnings as errors
0 commit comments