Skip to content

Commit de202f4

Browse files
committed
moves class from version specific compliance file to generic file
1 parent 9ca34b8 commit de202f4

File tree

2 files changed

+6
-28
lines changed

2 files changed

+6
-28
lines changed

tests/compliance/date/test_date_compliance.py

+6
Original file line numberDiff line numberDiff line change
@@ -117,3 +117,9 @@ class TestReshaping(base.BaseReshapingTests):
117117

118118
class TestSetitem(base.BaseSetitemTests):
119119
pass
120+
121+
122+
# NDArrayBacked2DTests suite added in https://github.com/pandas-dev/pandas/pull/44974
123+
# v1.4.0rc0
124+
class Test2DCompat(base.NDArrayBacked2DTests):
125+
pass

tests/compliance/date/test_date_compliance_1_5.py

-28
This file was deleted.

0 commit comments

Comments
 (0)