tests: Ignore deprecation warnings

Ignore deprecation warnings in the error handling tests, except in the
test specifically for deprecations. This prevents them from breaking if
libraries introduce new deprecations.

Fixes #178.
This commit is contained in:
James Westman 2024-11-03 14:36:51 -06:00
parent a529a61955
commit 3bf8fc151a
No known key found for this signature in database
GPG key ID: CE2DBA0ADB654EA6
2 changed files with 8 additions and 7 deletions

View file

@ -1,3 +1,2 @@
3,10,12,Use type syntax here (introduced in blueprint 0.8.0)
8,1,6,Gtk.Dialog is deprecated
9,18,12,Use 'template' instead of the class name (introduced in 0.8.0)