diff --git a/run.py b/run.py index d860318..8937dd4 100644 --- a/run.py +++ b/run.py @@ -143,7 +143,7 @@ def get_elapsed(): return PackageResult(name, version, 0, 'SKIPPED', 'Skipped', description, get_elapsed()) - client = ServerProxy('https://pypi.python.org/pypi') + client = ServerProxy('https://pypi.org/pypi') basename = download_package(client, name, version) if basename is None: status_code, output = 1, 'No sdist found' diff --git a/templates/index.html b/templates/index.html index 7e3ecbb..599e31e 100644 --- a/templates/index.html +++ b/templates/index.html @@ -8,7 +8,7 @@
This page shows results of compatibility tests between pytest plugins against different versions of the python interpreter.
-The plugins are listed and tested automatically from pypi. +
The plugins are listed and tested automatically from PyPI. For more information, please see https://github.com/pytest-dev/plugincompat.
@@ -20,9 +20,9 @@pytest | diff --git a/templates/status_help.html b/templates/status_help.html index 0448c25..a142210 100644 --- a/templates/status_help.html +++ b/templates/status_help.html @@ -18,7 +18,7 @@
---|