[pypy-commit] cffi release-1.11: Skip a test: the link location now points to the general pip page,

arigo pypy.commits at gmail.com
Sat Oct 7 09:09:21 EDT 2017


Author: Armin Rigo <arigo at tunes.org>
Branch: release-1.11
Changeset: r3039:b0f01afb01b4
Date: 2017-10-04 08:40 +0200
http://bitbucket.org/cffi/cffi/changeset/b0f01afb01b4/

Log:	Skip a test: the link location now points to the general pip page,
	not to the place where the exact source code can be downloaded,
	because I don't know this place before I actually do the upload.

diff --git a/testing/cffi0/test_version.py b/testing/cffi0/test_version.py
--- a/testing/cffi0/test_version.py
+++ b/testing/cffi0/test_version.py
@@ -36,6 +36,7 @@
     v = cffi.__version__.replace('+', '')
     p = os.path.join(parent, 'doc', 'source', 'installation.rst')
     content = open(p).read()
+    py.test.skip("the link location now points to the general pip page")
     assert ("/cffi-%s.tar.gz" % v) in content
 
 def test_setup_version():


More information about the pypy-commit mailing list