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 tion value='koszko-scripts'>koszko-scripts Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/system/examples/desktop.tmpl
AgeCommit message (Expand)Author
2020-07-29examples: Add password for Alice's brother....Oleg Pykhalov
2019-04-10doc: Adjust desktop instructions for GDM....Ludovic Courtès
2019-04-05services: xorg: Add 'set-xorg-configuration'....Ludovic Courtès
2019-03-28system: Fix typo in desktop example....Ludovic Courtès
2019-03-27services: Deprecate 'xfce-desktop-service'....Ludovic Courtès
2019-03-27services: Deprecate 'gnome-desktop-service'....Ludovic Courtès
2019-03-25accounts: Add default value for the 'home-directory' field of <user-account>....Ludovic Courtès
2019-01-23gnu: Replace all cons* with beginner-friendly (append (list ...))....Pierre Neidhardt
2019-01-23gnu: Fix missing EFI entry in "desktop" example....Pierre Neidhardt