]> granicus.if.org Git - python/commit
bpo-36013: delete fragile interactive shell SIGINT test (GH-11902)
authorGregory P. Smith <greg@krypto.org>
Sun, 17 Feb 2019 01:22:39 +0000 (17:22 -0800)
committerGitHub <noreply@github.com>
Sun, 17 Feb 2019 01:22:39 +0000 (17:22 -0800)
commit414c625a7ea58943f0b1bc79d095d667d78db013
tree6258a4a0ea4657af50835f6522970002f81039a8
parent5382203ae1bf637f9554277d5597d04805934420
bpo-36013: delete fragile interactive shell SIGINT test (GH-11902)

It makes the existing smaller test more readable and robust at the same time.

The execution of a shell in interactive mode from CI and buildbot test automation wasn't working out.  What would work locally in our terminals would only work within a fraction of automation systems.  The integration test was a nice to have.  painful.  deleting. :)
Lib/test/test_signal.py