Skip to content

Commit 4b2f7ea

Browse files
committed
updates linting again
1 parent 58d4a26 commit 4b2f7ea

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

packages/db-dtypes/tests/compliance/json/test_json_compliance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def test_take_pandas_style_negative_raises(self, data, na_value):
118118
data.take([0, -2], fill_value=na_value, allow_fill=True)
119119

120120
def test_getitem_propagates_readonly_property(self, data):
121-
pytest.xfail("Failing with pandas prerelease: readonly propagation issue")
121+
pytest.xfail("Failing with pandas prerelease: readonly propagation issue")
122122

123123

124124
class TestJSONArrayIndex(base.BaseIndexTests):

packages/db-dtypes/tests/compliance/time/test_time_compliance.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@ def test_take_pandas_style_negative_raises(self, data, na_value):
6969

7070
class TestGroupby(base.BaseGroupbyTests):
7171
def test_groupby_agg_extension(self, data_for_grouping):
72-
pytest.xfail("Failing with pandas prerelease: dtype mismatch (object vs dbtime)")
72+
pytest.xfail(
73+
"Failing with pandas prerelease: dtype mismatch (object vs dbtime)"
74+
)
7375

7476

7577
class TestIndex(base.BaseIndexTests):

0 commit comments

Comments
 (0)