diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3/0001-Skip-failing-tests-due-to-load-variability-on-YP-AB.patch')
| -rw-r--r-- | meta/recipes-devtools/python/python3/0001-Skip-failing-tests-due-to-load-variability-on-YP-AB.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/python/python3/0001-Skip-failing-tests-due-to-load-variability-on-YP-AB.patch b/meta/recipes-devtools/python/python3/0001-Skip-failing-tests-due-to-load-variability-on-YP-AB.patch index 96c5a3c840..07ab4ed540 100644 --- a/meta/recipes-devtools/python/python3/0001-Skip-failing-tests-due-to-load-variability-on-YP-AB.patch +++ b/meta/recipes-devtools/python/python3/0001-Skip-failing-tests-due-to-load-variability-on-YP-AB.patch | |||
| @@ -20,7 +20,7 @@ diff --git a/Lib/test/_test_multiprocessing.py b/Lib/test/_test_multiprocessing. | |||
| 20 | index 3bc5b8f..a6e106d 100644 | 20 | index 3bc5b8f..a6e106d 100644 |
| 21 | --- a/Lib/test/_test_multiprocessing.py | 21 | --- a/Lib/test/_test_multiprocessing.py |
| 22 | +++ b/Lib/test/_test_multiprocessing.py | 22 | +++ b/Lib/test/_test_multiprocessing.py |
| 23 | @@ -568,6 +568,7 @@ class _TestProcess(BaseTestCase): | 23 | @@ -575,6 +575,7 @@ class _TestProcess(BaseTestCase): |
| 24 | 24 | ||
| 25 | close_queue(q) | 25 | close_queue(q) |
| 26 | 26 | ||
| @@ -28,7 +28,7 @@ index 3bc5b8f..a6e106d 100644 | |||
| 28 | def test_many_processes(self): | 28 | def test_many_processes(self): |
| 29 | if self.TYPE == 'threads': | 29 | if self.TYPE == 'threads': |
| 30 | self.skipTest('test not appropriate for {}'.format(self.TYPE)) | 30 | self.skipTest('test not appropriate for {}'.format(self.TYPE)) |
| 31 | @@ -4817,6 +4818,7 @@ class TestWait(unittest.TestCase): | 31 | @@ -4829,6 +4830,7 @@ class TestWait(unittest.TestCase): |
| 32 | sem.release() | 32 | sem.release() |
| 33 | time.sleep(period) | 33 | time.sleep(period) |
| 34 | 34 | ||
| @@ -40,7 +40,7 @@ diff --git a/Lib/test/test_time.py b/Lib/test/test_time.py | |||
| 40 | index 875615a..aebaa8c 100644 | 40 | index 875615a..aebaa8c 100644 |
| 41 | --- a/Lib/test/test_time.py | 41 | --- a/Lib/test/test_time.py |
| 42 | +++ b/Lib/test/test_time.py | 42 | +++ b/Lib/test/test_time.py |
| 43 | @@ -474,6 +474,7 @@ class TimeTestCase(unittest.TestCase): | 43 | @@ -475,6 +475,7 @@ class TimeTestCase(unittest.TestCase): |
| 44 | def test_perf_counter(self): | 44 | def test_perf_counter(self): |
| 45 | time.perf_counter() | 45 | time.perf_counter() |
| 46 | 46 | ||
