aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/python-sqlite-3.8.4-test-fix.patch
blob: 2f8b159870ca230388bcf687fc45c20093714554 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
From resolution of upstream python issue #20901: http://bugs.python.org/issue20901

diff --git a/Lib/sqlite3/test/hooks.py b/Lib/sqlite3/test/hooks.py
--- Lib/sqlite3/test/hooks.py
+++ Lib/sqlite3/test/hooks.py
@@ -162,7 +162,7 @@ class ProgressTests(unittest.TestCase):
             create table bar (a, b)
             """)
         second_count = len(progress_calls)
-        self.assertGreater(first_count, second_count)
+        self.assertGreaterEqual(first_count, second_count)
 
     def CheckCancelOperation(self):
         """

d=0084f0054f1b8f8a778ced6622775a1a9c3e50d3'>build: Correct a mistake in the guix-manual.pot rule....Maxim Cournoyer 2021-04-29build: Make doc-po-update and doc-pot-update targets idempotent....Maxim Cournoyer 2021-04-29build: Build the guix.pot-update and contributing.pot-update targets only once....Maxim Cournoyer 2021-04-25po: Remove file that no longer exists....Ludovic Courtès 2021-04-18nls: Fix Chinese cookbook inclusion....Julien Lepiller 2021-04-18nls: Remove 'vi' in LINGUAS...Julien Lepiller 2021-04-18nls: Update 'ru' translation.Julien Lepiller 2021-04-18nls: Add Chinese (Traditional) translation....Julien Lepiller 2021-04-18nls: Add Russian translation....Julien Lepiller 2021-04-18nls: Add Dutch translation....Julien Lepiller 2021-04-18nls: Add Korean translation....Julien Lepiller 2021-04-18nls: Add Italian translation....Julien Lepiller 2021-04-18nls: Add Persian translation....Julien Lepiller 2021-04-18nls: Update 'sk' translation.Julien Lepiller 2021-04-18nls: Add Slovak translation....Julien Lepiller 2021-04-18nls: Update 'pt_BR' translation.Julien Lepiller 2021-04-18nls: Add Portuguese (Brazil) translation of the manual.Julien Lepiller 2021-04-18nls: Update 'vi' translation.Julien Lepiller 2021-04-18nls: Remove Vietnamese translations of packages....Julien Lepiller 2021-04-18nls: Update 'zh_CN' translations.Julien Lepiller 2021-04-18nls: Update 'ta' translation.Julien Lepiller 2021-04-18gnu: Update 'sv' translation.Julien Lepiller 2021-04-18nls: Update 'sr' translations.Julien Lepiller 2021-04-18nls: Update 'pl' translations.Julien Lepiller 2021-04-18nls: Update 'hu' translations.Julien Lepiller 2021-04-18nls: Update 'da' translations.Julien Lepiller 2021-04-18nls: Update 'cs' translation.Julien Lepiller 2021-04-18nls: Update 'eo' translations.Julien Lepiller 2021-04-18nls: Update 'es' translations.Julien Lepiller 2021-04-18nls: Update 'de' translations.Julien Lepiller 2021-04-18nls: Update 'fr' translations.Julien Lepiller 2021-04-18nls: Add French translation of the cookbook.Julien Lepiller 2021-04-13nls: Add Slovak translation....Julien Lepiller 2021-03-10import: Add Go importer....Katherine Cox-Buday 2021-02-12services: Add transmission-daemon service....Simon South 2021-01-28nls: Update 'fr' translation.Julien Lepiller 2021-01-22Revert "nls: Update 'fr' translation."...Ludovic Courtès 2021-01-22nls: Update 'fr' translation.Julien Lepiller 2021-01-16guix: Move narinfo code from substitute script to module....Christopher Baines