File: 0003-git-debrebase-convert-from-dgit-view-drop-upstream-c.patch

package info (click to toggle)
python-certbot 5.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 9,660 kB
  • sloc: python: 44,312; sh: 2,380; makefile: 480
file content (26 lines) | stat: -rw-r--r-- 1,078 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
From: Harlan Lieberman-Berg <hlieberman@setec.io>
Date: Wed, 11 Mar 2026 01:49:07 -0400
Subject: git-debrebase convert-from-dgit-view: drop upstream changes from
 breakwater

Drop upstream changes, and delete debian/patches, as part of converting
to git-debrebase format.  Upstream changes will appear as commits.

[git-debrebase convert-from-dgit-view drop-patches]
---
 certbot/src/certbot/_internal/tests/reverter_test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/certbot/src/certbot/_internal/tests/reverter_test.py b/certbot/src/certbot/_internal/tests/reverter_test.py
index 50cdd68..146bd7e 100644
--- a/certbot/src/certbot/_internal/tests/reverter_test.py
+++ b/certbot/src/certbot/_internal/tests/reverter_test.py
@@ -358,7 +358,7 @@ def test_rollback_too_many(self, mock_logger):
 
         # Test Generic warning
         self._setup_three_checkpoints()
-        mock_logger.warning.reset_mock()
+        mock_logger.warning.call_count = 0
         self.reverter.rollback_checkpoints(4)
         assert mock_logger.warning.call_count == 1