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 a7a4855 commit ae6e7f5Copy full SHA for ae6e7f5
Lib/test/test_venv.py
@@ -516,6 +516,8 @@ def test_special_chars_bash(self):
516
517
# gh-124651: test quoted strings
518
@unittest.skipIf(os.name == 'nt', 'contains invalid characters on Windows')
519
+ @unittest.skipIf(sys.platform.startswith('netbsd'),
520
+ "NetBSD csh fails with quoted special chars; see gh-139308")
521
def test_special_chars_csh(self):
522
"""
523
Test that the template strings are quoted properly (csh)
0 commit comments