Commit 1281790
authored
fix(google-cloud-bigquery): include pyopenssl as a dependency (#17345)
This seems to be required when I do a fresh Python 3.14 install. Also,
- updates the pandas tests to relax data type assertions on
timestamp/datetime.
See internal issue b/516834095#comment8
🦕1 parent 01dbac5 commit 1281790Copy full SHA for 1281790
3 files changed
+17-17Lines changed: 17 additions & 17 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- packages/google-cloud-bigquery
- tests
- system
- unit
Expand file treeCollapse file tree
Open diff view settings
Collapse file
packages/google-cloud-bigquery/pyproject.toml
Copy file name to clipboardExpand all lines: packages/google-cloud-bigquery/pyproject.toml+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
42 | 42 | |
43 | 43 | |
44 | 44 | |
45 | | - |
| 45 | + |
46 | 46 | |
47 | 47 | |
48 | 48 | |
|
Collapse file
packages/google-cloud-bigquery/tests/system/test_pandas.py
Copy file name to clipboardExpand all lines: packages/google-cloud-bigquery/tests/system/test_pandas.py+9-9Lines changed: 9 additions & 9 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
17 | 17 | |
18 | 18 | |
19 | 19 | |
20 | | - |
21 | 20 | |
| 21 | + |
22 | 22 | |
23 | 23 | |
24 | 24 | |
| ||
31 | 31 | |
32 | 32 | |
33 | 33 | |
34 | | - |
35 | 34 | |
36 | 35 | |
37 | 36 | |
38 | 37 | |
39 | | - |
40 | 38 | |
41 | 39 | |
42 | 40 | |
| ||
957 | 955 | |
958 | 956 | |
959 | 957 | |
960 | | - |
961 | | - |
| 958 | + |
962 | 959 | |
963 | 960 | |
964 | 961 | |
| ||
1085 | 1082 | |
1086 | 1083 | |
1087 | 1084 | |
1088 | | - |
| 1085 | + |
1089 | 1086 | |
1090 | 1087 | |
1091 | | - |
| 1088 | + |
| 1089 | + |
| 1090 | + |
| 1091 | + |
1092 | 1092 | |
1093 | 1093 | |
1094 | 1094 | |
| ||
1389 | 1389 | |
1390 | 1390 | |
1391 | 1391 | |
1392 | | - |
1393 | 1392 | |
| 1393 | + |
1394 | 1394 | |
1395 | 1395 | |
1396 | 1396 | |
| ||
1450 | 1450 | |
1451 | 1451 | |
1452 | 1452 | |
1453 | | - |
1454 | 1453 | |
| 1454 | + |
1455 | 1455 | |
1456 | 1456 | |
1457 | 1457 | |
|
Collapse file
packages/google-cloud-bigquery/tests/unit/test_magics.py
Copy file name to clipboardExpand all lines: packages/google-cloud-bigquery/tests/unit/test_magics.py+7-7Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
14 | 14 | |
15 | 15 | |
16 | 16 | |
| 17 | + |
17 | 18 | |
18 | 19 | |
19 | | - |
20 | 20 | |
21 | | - |
22 | 21 | |
23 | 22 | |
24 | | - |
25 | | - |
26 | | - |
| 23 | + |
27 | 24 | |
28 | 25 | |
29 | | - |
30 | | - |
| 26 | + |
31 | 27 | |
| 28 | + |
32 | 29 | |
| 30 | + |
33 | 31 | |
34 | 32 | |
35 | 33 | |
| ||
2138 | 2136 | |
2139 | 2137 | |
2140 | 2138 | |
| 2139 | + |
2141 | 2140 | |
2142 | 2141 | |
2143 | 2142 | |
| ||
2171 | 2170 | |
2172 | 2171 | |
2173 | 2172 | |
| 2173 | + |
2174 | 2174 | |
2175 | 2175 | |
2176 | 2176 | |
|
0 commit comments