Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Lib/test/test_venv.py
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,8 @@ def test_special_chars_bash(self):

# gh-124651: test quoted strings
@unittest.skipIf(os.name == 'nt', 'contains invalid characters on Windows')
@unittest.skipIf(sys.platform.startswith('netbsd'),
"NetBSD csh fails with quoted special chars; see gh-139308")
def test_special_chars_csh(self):
"""
Test that the template strings are quoted properly (csh)
Expand Down
Loading