biome: 1.9.2 -> 1.9.3 (#349335)
[NixPkgs.git] / pkgs / development / python-modules / yappi / tests.patch
blob96419e01a26e73831d102962d39902a2a9f2d75c
1 --- a/tests/test_functionality.py
2 +++ b/tests/test_functionality.py
3 @@ -262,1 +262,2 @@ class BasicUsage(utils.YappiUnitTestCase):
4 + @unittest.skip('wall-clock-time-sensitive')
5 def test_get_clock(self):
6 @@ -363,2 +363,3 @@ class BasicUsage(utils.YappiUnitTestCase):
7 @unittest.skipIf(os.name == "nt", "do not run on Windows")
8 + @unittest.skip('broken-path')
9 def test_run_as_script(self):
10 --- a/tests/test_hooks.py
11 +++ b/tests/test_hooks.py
12 @@ -127,1 +127,2 @@ class ContextIdCallbackTest(utils.YappiUnitTestCase):
13 + @unittest.skip('wall-clock-time-sensitive')
14 def test_pause_resume(self):