SIGINT is ignored in the Guix build environment. --- a/Lib/test/test_regrtest.py +++ b/Lib/test/test_regrtest.py @@ -399,6 +399,8 @@ output = self.run_tests('--fromfile', filename) self.check_executed_tests(output, tests) + @unittest.skipIf(True, + "KeyboardInterrupts do not work in the build environment") def test_interrupted(self): code = TEST_INTERRUPTED test = self.create_test('sigint', code=code) @@ -416,6 +418,8 @@ % (self.TESTNAME_REGEX, len(tests))) self.check_line(output, regex) + @unittest.skipIf(True, + "KeyboardInterrupts do not work in the build environment") def test_slow_interrupted(self): # Issue #25373: test --slowest with an interrupted test code = TEST_INTERRUPTED selected'>koszko Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/guile.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-11-22 23:19:49 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-11-23 05:44:09 +0100
commit66ddd9664a2e289e1674c7d7b7aa6f715068c0e1 (patch)
tree2fadc08d515e6af018af36b9e93fbfaa66cde7cc /gnu/packages/guile.scm
parent6fc2b686a0d16574a9240cb917823b605ac550f4 (diff)
downloadguix-66ddd9664a2e289e1674c7d7b7aa6f715068c0e1.tar.gz
guix-66ddd9664a2e289e1674c7d7b7aa6f715068c0e1.zip
gnu: python-pandocfilters: Update to 1.4.3.
* gnu/packages/textutils.scm (python-pandocfilters): Update to 1.4.3.
Diffstat (limited to 'gnu/packages/guile.scm')
0 files changed, 0 insertions, 0 deletions