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 af17492 commit 332b572Copy full SHA for 332b572
1 file changed
tests/test_SecretsSpec.py
@@ -21,7 +21,7 @@ def test_withASCII():
21
22
23
@pytest.mark.skipif(
24
- sys.platform.startswith("win"), reason="Windows defaults to CP-1252"
+ sys.platform == "win32", reason="Windows default to CP-1252"
25
)
26
def test_with_UTF8():
27
key = "¥ · £ · € · $ · ¢ · ₡ · ₢ · ₣ · ₤ · ₥ · ₦ · ₧ · ₨ · ₩ · ₪ · ₫ · ₭ · ₮ · ₯ · ₹"
0 commit comments