[pypy-commit] pypy default: skip test of disabled license generation

mattip noreply at buildbot.pypy.org
Wed Oct 1 18:12:45 CEST 2014


Author: mattip <matti.picus at gmail.com>
Branch: 
Changeset: r73754:111c8c9b6897
Date: 2014-10-01 19:10 +0300
http://bitbucket.org/pypy/pypy/changeset/111c8c9b6897/

Log:	skip test of disabled license generation

diff --git a/pypy/tool/release/test/test_package.py b/pypy/tool/release/test/test_package.py
--- a/pypy/tool/release/test/test_package.py
+++ b/pypy/tool/release/test/test_package.py
@@ -115,6 +115,7 @@
     check(pypy,  0755)
 
 def test_generate_license():
+    py.test.skip('generation of license from platform documentation is disabled')
     from os.path import dirname, abspath, join, exists
     class Options(object):
         pass


More information about the pypy-commit mailing list