Skip to content

Cannot run cargo test -p vortex-pythonΒ #7737

@connortsui20

Description

@connortsui20

What happened?

If I run cargo test -p vortex-python on its own on develop I get weird errors:

vortex on ξ‚  develop [$] is πŸ“¦ v0.1.0 via  v25.9.0 via 🐍 v3.14.4 via πŸ¦€ v1.91.0 on ☁️  (us-east-1) [X] took 1m22s
❯ cargo t -p vortex-python
   Compiling vortex-python v0.1.0 (/Users/connor/spiral/vortex-data/vortex/vortex-python)
error[E0432]: unresolved import `vortex::array::assert_arrays_eq`
  --> vortex-python/src/arrays/range_to_sequence.rs:76:9
   |
76 |     use vortex::array::assert_arrays_eq;
   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `assert_arrays_eq` in `array`

warning: unused import: `vortex::array::IntoArray as _`
  --> vortex-python/src/arrays/range_to_sequence.rs:75:9
   |
75 |     use vortex::array::IntoArray as _;
   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default

warning: unused import: `vortex::buffer::buffer`
  --> vortex-python/src/arrays/range_to_sequence.rs:77:9
   |
77 |     use vortex::buffer::buffer;
   |         ^^^^^^^^^^^^^^^^^^^^^^

Steps to reproduce

See above

Environment

MacOS

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugA bug issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions