Skip to content

Commit 70067d3

Browse files
1 parent 8800b6b commit 70067d3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/unit/test_json.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@
2626

2727
import db_dtypes
2828

29-
is_supported_version = packaging.version.Version(pandas.__version__) >= packaging.version.Version("1.5.0")
29+
is_supported_version = packaging.version.Version(
30+
pandas.__version__
31+
) >= packaging.version.Version("1.5.0")
32+
3033

3134
@pytest.mark.skipif(not is_supported_version, reason="requires Pandas 1.5.0 and above")
3235
def test_constructor_from_sequence():

0 commit comments

Comments
 (0)