Remove unused yappi profiler
This commit is contained in:
parent
8fdd7fdf58
commit
a599362863
@ -5,4 +5,3 @@ nose
|
||||
pylint
|
||||
tox
|
||||
unittest2
|
||||
yappi
|
||||
|
||||
@ -1,10 +1,5 @@
|
||||
from __future__ import unicode_literals
|
||||
|
||||
import nose
|
||||
import yappi
|
||||
|
||||
try:
|
||||
yappi.start()
|
||||
nose.main()
|
||||
finally:
|
||||
yappi.print_stats()
|
||||
nose.main()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user