Author: Armin Rigo <ar...@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(): _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit