X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=tests%2Ftest_all.py;h=32e58ababa59dbd658a194357b51ea32166f9bcf;hb=7c5adcf962fe99d6a42307595f263f47d0112fbc;hp=94b89c4305285fe1c5cd7508674acf4fc7d8bc0f;hpb=ae65107dcc00f49c32e7a57f5840c7698b35cc9e;p=dak.git diff --git a/tests/test_all.py b/tests/test_all.py index 94b89c43..32e58aba 100755 --- a/tests/test_all.py +++ b/tests/test_all.py @@ -3,22 +3,6 @@ import os import unittest -import warnings - -# suppress some deprecation warnings in squeeze related to apt_pkg, -# debian, and md5 modules -warnings.filterwarnings('ignore', \ - "Attribute '.*' of the 'apt_pkg\.Configuration' object is deprecated, use '.*' instead\.", \ - DeprecationWarning) -warnings.filterwarnings('ignore', \ - "apt_pkg\.newConfiguration\(\) is deprecated\. Use apt_pkg\.Configuration\(\) instead\.", \ - DeprecationWarning) -warnings.filterwarnings('ignore', \ - "please use 'debian' instead of 'debian_bundle'", \ - DeprecationWarning) -warnings.filterwarnings('ignore', \ - "the md5 module is deprecated; use hashlib instead", \ - DeprecationWarning) def suite(): suite = unittest.TestSuite()