summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2018-04-17 15:19:29 -0700
committerTim Graham <timograham@gmail.com>2018-04-17 20:56:33 -0400
commitb98fa241ddbb22507cb63886f697d25f43197cba (patch)
treec77c4ae32e46ff4e30bac0c6e11546f4ab2241fd /tests
parent3619d322098ae3573707adae22cb0c086e948210 (diff)
[2.0.x] Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.
Backport of 64b74804c537b12d4cca64f7cb529c0478b4c4d9 from master
Diffstat (limited to 'tests')
-rw-r--r--tests/invalid_models_tests/test_ordinary_fields.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/invalid_models_tests/test_ordinary_fields.py b/tests/invalid_models_tests/test_ordinary_fields.py
index d06f6dd689..0a7eb3ffd1 100644
--- a/tests/invalid_models_tests/test_ordinary_fields.py
+++ b/tests/invalid_models_tests/test_ordinary_fields.py
@@ -524,7 +524,7 @@ class ImageFieldTests(SimpleTestCase):
expected = [] if pillow_installed else [
Error(
'Cannot use ImageField because Pillow is not installed.',
- hint=('Get Pillow at https://pypi.python.org/pypi/Pillow '
+ hint=('Get Pillow at https://pypi.org/project/Pillow/ '
'or run command "pip install Pillow".'),
obj=field,
id='fields.E210',