summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2015-01-05 09:05:36 (GMT)
committerNed Deily <nad@acm.org>2015-01-05 09:05:36 (GMT)
commit04c365d7fb8204d1178dab0e9030f86bb54894aa (patch)
tree6798c2c90b8f6fbdf0649744d92d0e8b61d1f961
parent81da286f3b64ed10d9146910e0162e72dd4c5a10 (diff)
parent14183208506914ab595cc9bc3917fd2b828bcfd5 (diff)
downloadcpython-04c365d7fb8204d1178dab0e9030f86bb54894aa.zip
cpython-04c365d7fb8204d1178dab0e9030f86bb54894aa.tar.gz
cpython-04c365d7fb8204d1178dab0e9030f86bb54894aa.tar.bz2
Issue #22165: merge from 3.4
-rw-r--r--Lib/test/test_httpservers.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_httpservers.py b/Lib/test/test_httpservers.py
index a31db5b..569341d 100644
--- a/Lib/test/test_httpservers.py
+++ b/Lib/test/test_httpservers.py
@@ -269,6 +269,7 @@ class SimpleHTTPServerTestCase(BaseTestCase):
self.assertEqual(data, body)
return body
+ @support.requires_mac_ver(10, 5)
@unittest.skipUnless(support.TESTFN_UNDECODABLE,
'need support.TESTFN_UNDECODABLE')
def test_undecodable_filename(self):