summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorCHI Cheng <cloudream@gmail.com>2018-12-27 20:48:37 +1100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2018-12-27 10:49:57 +0100
commit6f4130f3583b00c86a3aa80c8bf82570696bcd2c (patch)
treead7ea7f20e7bbfb8bb01f239c751344ce26dd4b2 /tests
parenta79789e232aa3b78b93c9d9b783491351549ea0d (diff)
[2.1.x] Fixed broken links to PyYAML page.
Backport of b7dbd5ff68bb9d2235ca081c0bd0b8baa65f8c77 from master.
Diffstat (limited to 'tests')
-rw-r--r--tests/timezones/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/timezones/tests.py b/tests/timezones/tests.py
index bb5355be11..430eddb04e 100644
--- a/tests/timezones/tests.py
+++ b/tests/timezones/tests.py
@@ -606,7 +606,7 @@ class SerializationTests(SimpleTestCase):
# - JSON supports only milliseconds, microseconds will be truncated.
# - PyYAML dumps the UTC offset correctly for timezone-aware datetimes,
# but when it loads this representation, it subtracts the offset and
- # returns a naive datetime object in UTC (https://pyyaml.org/ticket/202).
+ # returns a naive datetime object in UTC. See ticket #18867.
# Tests are adapted to take these quirks into account.
def assert_python_contains_datetime(self, objects, dt):