Skip to content

Commit 1c374af

Browse files
committed
temp-
1 parent eb6e479 commit 1c374af

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/datetimetester.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,6 @@ def test_zero_delta(self):
560560
assert ns/3 != ns, f"{ns/3 =} should not be equal to {ns =}"
561561

562562
def test_computations(self):
563-
if self.is_fast_test(): return # BUG
564563
eq = self.assertEqual
565564
td = timedelta
566565

@@ -1009,7 +1008,6 @@ def test_division(self):
10091008
# currently permitted.
10101009

10111010
def test_remainder(self):
1012-
if self.is_fast_test(): return # BUG
10131011
t = timedelta(minutes=2, seconds=30)
10141012
minute = timedelta(minutes=1)
10151013
r = t % minute

0 commit comments

Comments
 (0)