summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_site.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-10-27 08:54:53 (GMT)
committerGeorg Brandl <georg@python.org>2013-10-27 08:54:53 (GMT)
commit186729e81211ad04a2db523c3ac9e8e79aed3fd9 (patch)
treeaed79a9b8f6c84dba56878a45d2c128bc68502ab /Lib/test/test_site.py
parentfb404f528a1c0122f72ad4ab12cd5c26e5d13835 (diff)
parentd2d6beaa69e6f9699925f9ad8a8630b0c1924c2b (diff)
downloadcpython-186729e81211ad04a2db523c3ac9e8e79aed3fd9.zip
cpython-186729e81211ad04a2db523c3ac9e8e79aed3fd9.tar.gz
cpython-186729e81211ad04a2db523c3ac9e8e79aed3fd9.tar.bz2
merge with 3.3
Diffstat (limited to 'Lib/test/test_site.py')
-rw-r--r--Lib/test/test_site.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/test/test_site.py b/Lib/test/test_site.py
index b0d49e2..cb7c393 100644
--- a/Lib/test/test_site.py
+++ b/Lib/test/test_site.py
@@ -412,6 +412,8 @@ class ImportSideEffectTests(unittest.TestCase):
self.fail("sitecustomize not imported automatically")
@test.support.requires_resource('network')
+ @unittest.skipUnless(sys.version_info[3] == 'final',
+ 'only for released versions')
def test_license_exists_at_url(self):
# This test is a bit fragile since it depends on the format of the
# string displayed by license in the absence of a LICENSE file.