python: yappi: init at 1.0

This commit is contained in:
Orivej Desh
2019-07-14 00:08:18 +00:00
parent abfe2572e8
commit 27b7e11e7f
3 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
--- a/tests/test_functionality.py
+++ b/tests/test_functionality.py
@@ -74,2 +74,3 @@ class BasicUsage(utils.YappiUnitTestCase):
+ @_unittest.skip('wall-clock-time-sensitive')
def test_get_clock(self):
--- a/tests/test_hooks.py
+++ b/tests/test_hooks.py
@@ -124,2 +124,3 @@ class ContextIdCallbackTest(utils.YappiUnitTestCase):
+ @unittest.skip('wall-clock-time-sensitive')
def test_pause_resume(self):