aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/python2-subprocess32-disable-input-test.patch
blob: 05b4eef1ba2b4605cadeb3ccd6d1833e433354eb (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
This test tries to send a KeyboardInterrupt, which does
not work in the build environment.

--- a/test_subprocess32.py	2017-03-06 22:21:49.334045485 +0100
+++ b/test_subprocess32.py	2017-03-06 22:22:02.490439949 +0100
@@ -1299,12 +1299,6 @@
         getattr(p, method)(*args)
         return p
 
-    def test_send_signal(self):
-        p = self._kill_process('send_signal', signal.SIGINT)
-        _, stderr = p.communicate()
-        self.assertIn('KeyboardInterrupt', stderr)
-        self.assertNotEqual(p.wait(), 0)
-
     def test_kill(self):
         p = self._kill_process('kill')
         _, stderr = p.communicate()
2ddd261.tar.gz
guix-357d74c0254d6015efbb0e34f2873859d2ddd261.zip
gnu: totem: Update to 3.26.1.
I did not re-enable #:parallel-build? because I was unable to reproduce the original failure in the first place. * gnu/packages/gnome.scm (totem): Update to 3.26.1.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index b9c1417186..b27004a544 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3639,7 +3639,7 @@ for application developers.")
(define-public totem
(package
(name "totem")
- (version "3.26.0")
+ (version "3.26.1")
(source
(origin
(method url-fetch)
@@ -3648,7 +3648,7 @@ for application developers.")
name "-" version ".tar.xz"))
(sha256
(base32
- "04zfx47mgyd0f4p3pjrxl6iaw0awgwbvilbsr1smw14ph2kbjbz3"))
+ "10n302fdp3lhkzbij5sbzmsnln738029xil6cnng2d4dxv4n1099"))
(patches (search-patches "totem-meson-easy-codec.patch"))))
(build-system meson-build-system)
(native-inputs