2
0
Jelmer Vernooij 4 жил өмнө
parent
commit
5e9a7f382c

+ 7 - 0
debian/changelog

@@ -15,6 +15,13 @@ dulwich (0.20.8-1) UNRELEASED; urgency=medium
 
  -- Jelmer Vernooij <jelmer@debian.org>  Fri, 30 Oct 2020 02:31:13 +0000
 
+dulwich (0.20.6-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Skip DulwichTCPClientTest for a first build with Python 3.9. See #971118.
+
+ -- Matthias Klose <doko@debian.org>  Thu, 22 Oct 2020 12:28:19 +0200
+
 dulwich (0.20.6-1) unstable; urgency=medium
 
   * New upstream release.

+ 10 - 0
debian/patches/disable-tcp-client-test.diff

@@ -0,0 +1,10 @@
+--- a/dulwich/tests/compat/test_client.py
++++ b/dulwich/tests/compat/test_client.py
+@@ -344,6 +344,7 @@ class DulwichTCPClientTest(CompatTestCas
+     def setUp(self):
+         CompatTestCase.setUp(self)
+         DulwichClientTestBase.setUp(self)
++        raise SkipTest('skipped for a first build')
+         if check_for_daemon(limit=1):
+             raise SkipTest('git-daemon was already running on port %s' %
+                            protocol.TCP_GIT_PORT)

+ 1 - 0
debian/patches/series

@@ -1 +1,2 @@
 02_skip_flappy_test
+disable-tcp-client-test.diff