Author: Armin Rigo <ar...@tunes.org>
Branch: release-1.11
Changeset: r3040:ce479abbcb9f
Date: 2017-10-04 08:45 +0200
http://bitbucket.org/cffi/cffi/changeset/ce479abbcb9f/

Log:    more tweaks

diff --git a/doc/source/installation.rst b/doc/source/installation.rst
--- a/doc/source/installation.rst
+++ b/doc/source/installation.rst
@@ -53,6 +53,8 @@
 
 * https://pypi.python.org/pypi/cffi
 
+* Checksums of the "source" package version 1.11.1:
+
    - MD5: ...
 
    - SHA: ...
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,8 +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
+    assert (" package version %s:" % v) in content
 
 def test_setup_version():
     parent = os.path.dirname(os.path.dirname(cffi.__file__))
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to