fix pre-commit, installing locally so it doesnt pop error in CI :)
This commit is contained in:
parent
96b84a60dd
commit
aa9a48a164
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue