[pypy-commit] pypy default: add missing import

mattip pypy.commits at gmail.com
Fri Dec 6 09:35:19 EST 2019


Author: Matti Picus <matti.picus at 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):
 


More information about the pypy-commit mailing list