We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b43743b commit 33615c0Copy full SHA for 33615c0
Lib/test/test_webbrowser.py
@@ -329,7 +329,7 @@ def close(self):
329
@unittest.skipUnless(sys.platform == "darwin", "macOS specific test")
330
@requires_subprocess()
331
class MacOSXOSAScriptTest(unittest.TestCase):
332
- def setUp(self):
+ def setUp(self):
333
# Ensure that 'BROWSER' is not set to 'open' or something else.
334
# See: https://github.com/python/cpython/issues/131254.
335
env = self.enterContext(os_helper.EnvironmentVarGuard())
0 commit comments