skip test_1_sec_shutdown with pypy (#1020)

* skip test_1_sec_shutdown with pypy, fix #1019

* skip all HerokuWorkerShutdownTestCase with pypy
main
Samuel Colvin 6 years ago committed by Selwin Ong
parent ada2ad03ca
commit 2f35222ddb

@ -964,6 +964,7 @@ class TestWorkerSubprocess(RQTestCase):
@pytest.mark.skipif(sys.platform == 'darwin', reason='requires Linux signals') @pytest.mark.skipif(sys.platform == 'darwin', reason='requires Linux signals')
@skipIf('pypy' in sys.version.lower(), 'these tests often fail on pypy')
class HerokuWorkerShutdownTestCase(TimeoutTestCase, RQTestCase): class HerokuWorkerShutdownTestCase(TimeoutTestCase, RQTestCase):
def setUp(self): def setUp(self):
super(HerokuWorkerShutdownTestCase, self).setUp() super(HerokuWorkerShutdownTestCase, self).setUp()

Loading…
Cancel
Save