Author: Matti Picus <matti.pi...@gmail.com> Branch: Changeset: r98240:890c142fd3b8 Date: 2019-12-06 16:33 +0200 http://bitbucket.org/pypy/pypy/changeset/890c142fd3b8/
Log: add missing import diff --git a/pypy/module/thread/test/test_thread.py b/pypy/module/thread/test/test_thread.py --- a/pypy/module/thread/test/test_thread.py +++ b/pypy/module/thread/test/test_thread.py @@ -1,5 +1,6 @@ import thread, time from pypy.module.thread.test.support import GenericTestThread +import pytest class AppTestThread(GenericTestThread): _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit