416e1a0e83bf5a4924cc50d2befa2bb622b55107,tests/functional/test_libraries.py,,test_gevent,#Any#,35
Before Change
@importorskip("gevent")
def test_gevent(pyi_builder):
pyi_builder.test_source(
import gevent
gevent.spawn(lambda: x)
)
@importorskip("gevent")
def test_gevent_monkey(pyi_builder):
After Change
@importorskip("gevent")
def test_gevent(pyi_builder):
pyi_builder.test_source(
import gevent
gevent.spawn(lambda: x)
,
// reduce footprint of the test (and avoid issued introduced by one of
// these packages breaking)
excludes=["PySide2", "PyQt5", "PyQt4", "numpy", "scipy"])
@importorskip("gevent")
def test_gevent_monkey(pyi_builder):
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 2
Instances
Project Name: pyinstaller/pyinstaller
Commit Name: 416e1a0e83bf5a4924cc50d2befa2bb622b55107
Time: 2020-08-30
Author: h.goebel@crazy-compilers.com
File Name: tests/functional/test_libraries.py
Class Name:
Method Name: test_gevent
Project Name: pyinstaller/pyinstaller
Commit Name: 29e1998136976101fd8df45b695d663fcfa9f12f
Time: 2016-07-22
Author: jstewmon@rmn.com
File Name: tests/functional/test_libraries.py
Class Name:
Method Name: test_cherrypy
Project Name: pyinstaller/pyinstaller
Commit Name: c5c4838cd174524b5cd0b1a1fd1a4f5b5048dea9
Time: 2016-03-11
Author: codewarrior@hawaii.rr.com
File Name: tests/functional/test_libraries.py
Class Name:
Method Name: test_cherrypy
Project Name: pyinstaller/pyinstaller
Commit Name: 416e1a0e83bf5a4924cc50d2befa2bb622b55107
Time: 2020-08-30
Author: h.goebel@crazy-compilers.com
File Name: tests/functional/test_libraries.py
Class Name:
Method Name: test_gevent_monkey