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 3a88024 commit b4c3c0fCopy full SHA for b4c3c0f
Lib/test/test_venv.py
@@ -522,6 +522,8 @@ def test_special_chars_bash(self):
522
523
# gh-124651: test quoted strings
524
@unittest.skipIf(os.name == 'nt', 'contains invalid characters on Windows')
525
+ @unittest.skipIf(sys.platform.startswith('netbsd'),
526
+ "NetBSD csh fails with quoted special chars; see gh-139308")
527
def test_special_chars_csh(self):
528
"""
529
Test that the template strings are quoted properly (csh)
0 commit comments