Commit 7453528
fix: add pyarrow to test deps and restore direct imports
Add pyarrow>=16.1.0 to the test dependency group so arrow tests
run in CI rather than being skipped. Restore direct pyarrow imports
in the test file (importorskip workaround no longer needed).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent c746b39 commit 7453528
File tree
3 files changed
+7
-6
lines changed- packages/gooddata-pandas
- tests/dataframe
3 files changed
+7
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
| |||
Lines changed: 4 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
17 | 15 | | |
18 | 16 | | |
19 | 17 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments