nixpkgs/pkgs/development/python-modules/yappi/tests.patch

15 lines
617 B
Diff
Raw Normal View History

2019-07-14 01:08:18 +01:00
--- a/tests/test_functionality.py
+++ b/tests/test_functionality.py
2020-10-18 22:25:03 +01:00
@@ -262,1 +262,2 @@ class BasicUsage(utils.YappiUnitTestCase):
+ @unittest.skip('wall-clock-time-sensitive')
def test_get_clock(self):
@@ -363,2 +363,3 @@ class BasicUsage(utils.YappiUnitTestCase):
@unittest.skipIf(os.name == "nt", "do not run on Windows")
+ @unittest.skip('broken-path')
def test_run_as_script(self):
2019-07-14 01:08:18 +01:00
--- a/tests/test_hooks.py
+++ b/tests/test_hooks.py
2020-10-18 22:25:03 +01:00
@@ -127,1 +127,2 @@ class ContextIdCallbackTest(utils.YappiUnitTestCase):
2019-07-14 01:08:18 +01:00
+ @unittest.skip('wall-clock-time-sensitive')
def test_pause_resume(self):