Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
itholic committed Aug 1, 2023
1 parent 7a3baaa commit 03be523
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions python/pyspark/pandas/tests/indexes/test_datetime.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,9 +276,6 @@ def test_map(self):


class DatetimeIndexTests(DatetimeIndexTestsMixin, PandasOnSparkTestCase, TestUtils):
def test_properties(self):
super(DatetimeIndexTests, self).test_properties()

pass


Expand Down
4 changes: 0 additions & 4 deletions python/pyspark/pandas/tests/indexes/test_timedelta.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,6 @@ def test_timedelta_index(self):
):
psidx.all()

@unittest.skipIf(
LooseVersion(pd.__version__) >= LooseVersion("2.0.0"),
"TODO(SPARK-43705): Enable TimedeltaIndexTests.test_properties for pandas 2.0.0.",
)
def test_properties(self):
self.assert_eq(self.psidx.days, self.pidx.days)
self.assert_eq(self.psidx.seconds, self.pidx.seconds)
Expand Down

0 comments on commit 03be523

Please sign in to comment.