diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 01:19:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 01:19:09 +0000 |
commit | 0f0b6cb0d26a33e98ef5858dfbe208e4a6267896 (patch) | |
tree | 0bab41c48c151d09abbae63ecff2fdee6a0ff421 /tests | |
parent | Releasing progress-linux version 2.8.0-0.0~progress7.99u1. (diff) | |
download | python-apt-0f0b6cb0d26a33e98ef5858dfbe208e4a6267896.tar.xz python-apt-0f0b6cb0d26a33e98ef5858dfbe208e4a6267896.zip |
Merging upstream version 2.9.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_auth.py | 1 | ||||
-rw-r--r-- | tests/test_lp659438.py | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_auth.py b/tests/test_auth.py index 811cbb9..080498d 100644 --- a/tests/test_auth.py +++ b/tests/test_auth.py @@ -114,7 +114,6 @@ def normalize_key(keystr): class TestAuthKeys(testcommon.TestCase): - """Test handling of keys for signed repositories.""" def setUp(self): diff --git a/tests/test_lp659438.py b/tests/test_lp659438.py index 21ad061..16041ff 100644 --- a/tests/test_lp659438.py +++ b/tests/test_lp659438.py @@ -33,7 +33,6 @@ import apt class RegressionTestCase(testcommon.TestCase): - """Test suite for LP: #981896, LP: #659438 'Cannot locate a file for package X' """ |