Commit 76b7616
Guard pandas import in test_groupby.py (fixes CI collection failure)
pandas is an optional dependency in this repo; the module-level
`import pandas as pd` broke test collection in CI environments without
it installed. Moved to pytest.importorskip("pandas") inside the one
test that needs it, and rewrote the other new test that only used
to_pandas() for convenience to compare via the existing col() helper
instead, dropping the pandas dependency entirely there.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>1 parent 560d149 commit 76b7616
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
421 | 420 | | |
422 | 421 | | |
423 | 422 | | |
424 | | - | |
| 423 | + | |
| 424 | + | |
425 | 425 | | |
426 | 426 | | |
427 | 427 | | |
| |||
827 | 827 | | |
828 | 828 | | |
829 | 829 | | |
| 830 | + | |
830 | 831 | | |
831 | 832 | | |
832 | 833 | | |
| |||
0 commit comments