Skip to content

Commit

Permalink
skip test_1_sec_shutdown with pypy (rq#1020)
Browse files Browse the repository at this point in the history
* skip test_1_sec_shutdown with pypy, fix rq#1019

* skip all HerokuWorkerShutdownTestCase with pypy
  • Loading branch information
samuelcolvin authored and selwin committed Dec 3, 2018
1 parent ada2ad0 commit 2f35222
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -964,6 +964,7 @@ def test_run_scheduled_access_self(self):


@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):
def setUp(self):
super(HerokuWorkerShutdownTestCase, self).setUp()
Expand Down

0 comments on commit 2f35222

Please sign in to comment.