archrelease: copy trunk to community-any
[ArchLinux/community.git] / python-cherrypy / trunk / disable-broken-ServerStateTests.test_2_KeyboardInterrupt.patch
blob9449d350f2ed5d84bba6209ea60946f50f7785ec
1 diff -upr a/cherrypy/test/test_states.py b/cherrypy/test/test_states.py
2 --- a/cherrypy/test/test_states.py 2020-04-17 19:49:39.000000000 +0200
3 +++ b/cherrypy/test/test_states.py 2020-11-16 10:53:32.382567506 +0100
4 @@ -162,6 +162,7 @@ class ServerStateTests(helper.CPWebCase)
5 self.assertEqual(len(db_connection.threads), 0)
7 def test_2_KeyboardInterrupt(self):
8 + pytest.skip('broken, see https://github.com/cherrypy/cherrypy/issues/1873')
9 # Raise a keyboard interrupt in the HTTP server's main thread.
10 # We must start the server in this, the main thread
11 engine.start()