Author: Armin Rigo <ar...@tunes.org> Branch: py3.5 Changeset: r95248:a70dd232b6a3 Date: 2018-10-26 11:29 +0200 http://bitbucket.org/pypy/pypy/changeset/a70dd232b6a3/
Log: Don't stick these tests into some unrelated test class, particularly one that is skipped on some platforms diff --git a/pypy/module/thread/test/test_lock.py b/pypy/module/thread/test/test_lock.py --- a/pypy/module/thread/test/test_lock.py +++ b/pypy/module/thread/test/test_lock.py @@ -306,6 +306,9 @@ finally: signal.signal(signal.SIGALRM, oldalrm) + +class AppTestLockRepr(GenericTestThread): + def test_lock_repr(self): import _thread lock = _thread.allocate_lock() _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit