diff --git a/tests/gems/arch/test_pacman.py b/tests/gems/arch/test_pacman.py index f339313d..7fd20221 100644 --- a/tests/gems/arch/test_pacman.py +++ b/tests/gems/arch/test_pacman.py @@ -11,7 +11,7 @@ class PacmanTest(TestCase): @classmethod def setUpClass(cls): - warnings.filterwarnings('ignore') + warnings.filterwarnings('ignore', category=DeprecationWarning) def test_list_ignored_packages(self): ignored = pacman.list_ignored_packages(FILE_DIR + '/resources/pacman_ign_pkgs.conf')