We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de202f4 commit fd9dd27Copy full SHA for fd9dd27
tests/unit/test__init__.py
@@ -26,7 +26,7 @@
26
@pytest.mark.parametrize(
27
"mock_version_tuple, version_str",
28
[
29
- ((3, 7, https://github.com/googleapis/python-db-dtypes-pandas/pull/337/conflict?name=tests%252Funit%252Ftest__init__.py&base_oid=7ae260c04195ba4ee9c64907bcfe6f51a960a75f&head_oid=4b86d5458315130ea3d75ea45fc5526b34a4f9f710), "3.7.10"),
+ ((3, 7, 10), "3.7.10"),
30
((3, 7, 0), "3.7.0"),
31
((3, 8, 5), "3.8.5"),
32
((3, 8, 12), "3.8.12"),
0 commit comments