mirror of
				https://github.com/python/cpython.git
				synced 2025-11-01 06:01:29 +00:00 
			
		
		
		
	Issue #20484: Disable the 2 remaining "modules" tests in test_pydoc.
I'll look into re-enabling them in issue #20128.
This commit is contained in:
		
							parent
							
								
									b070b3f502
								
							
						
					
					
						commit
						a46ef70bdf
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		|  | @ -618,6 +618,7 @@ def test_apropos_with_unreadable_dir(self): | |||
|         self.assertEqual(out.getvalue(), '') | ||||
|         self.assertEqual(err.getvalue(), '') | ||||
| 
 | ||||
|     @unittest.skip('causes undesireable side-effects (#20128)') | ||||
|     def test_modules(self): | ||||
|         # See Helper.listmodules(). | ||||
|         num_header_lines = 2 | ||||
|  | @ -633,6 +634,7 @@ def test_modules(self): | |||
| 
 | ||||
|         self.assertGreaterEqual(num_lines, expected) | ||||
| 
 | ||||
|     @unittest.skip('causes undesireable side-effects (#20128)') | ||||
|     def test_modules_search(self): | ||||
|         # See Helper.listmodules(). | ||||
|         expected = 'pydoc - ' | ||||
|  | @ -645,7 +647,7 @@ def test_modules_search(self): | |||
| 
 | ||||
|         self.assertIn(expected, result) | ||||
| 
 | ||||
|     @unittest.skip('some buildbots are not cooperating (#20123)') | ||||
|     @unittest.skip('some buildbots are not cooperating (#20128)') | ||||
|     def test_modules_search_builtin(self): | ||||
|         expected = 'gc - ' | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Eric Snow
						Eric Snow