mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
gh-114272: Fix or skip tests that fail due to spaces in paths (GH-114451)
This commit is contained in:
parent
d5c21c12c1
commit
c63c6142f9
4 changed files with 45 additions and 25 deletions
|
@ -307,6 +307,7 @@ class ImportTest(unittest.TestCase):
|
|||
webbrowser.get('fakebrowser')
|
||||
self.assertIsNotNone(webbrowser._tryorder)
|
||||
|
||||
@unittest.skipIf(" " in sys.executable, "test assumes no space in path (GH-114452)")
|
||||
def test_synthesize(self):
|
||||
webbrowser = import_helper.import_fresh_module('webbrowser')
|
||||
name = os.path.basename(sys.executable).lower()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue