fix pre-commit, installing locally so it doesnt pop error in CI :)

This commit is contained in:
brentru 2021-01-27 17:41:14 -05:00
parent 96b84a60dd
commit aa9a48a164

View file

@ -546,7 +546,6 @@ class TestDateTime(TestDate):
else:
self.assertEqual(self.theclass.fromtimestamp(s), t)
def test_timestamp_aware(self):
t = self.theclass(1970, 1, 1, tzinfo=timezone.utc)
self.assertEqual(t.timestamp(), 0.0)