Drop support for legacy Python 2

This commit is contained in:
Hugo 2018-08-14 16:26:15 +03:00 committed by hugovk
parent 5fded8398b
commit 07fac0628c
10 changed files with 90 additions and 80 deletions

View file

@ -67,7 +67,7 @@ class TestPyLastUser(TestPyLastWithLastFm):
else:
# Old way
# Just check date because of timezones
self.assertIn(u"2002-11-20 ", registered)
self.assertIn("2002-11-20 ", registered)
def test_get_user_unixtime_registration(self):
# Arrange