diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 01:19:08 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 01:19:08 +0000 |
commit | e026c56d987d2bfb2bed3063b51178c69b271839 (patch) | |
tree | 4c2452811c7f6e20fe507073e413ed5b4c4ca93c /tests/test_auth.py | |
parent | Adding upstream version 2.8.0. (diff) | |
download | python-apt-e026c56d987d2bfb2bed3063b51178c69b271839.tar.xz python-apt-e026c56d987d2bfb2bed3063b51178c69b271839.zip |
Adding upstream version 2.9.0.upstream/2.9.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/test_auth.py')
-rw-r--r-- | tests/test_auth.py | 1 |
1 files changed, 0 insertions, 1 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): |