jgart writes: > On Mon, 21 Nov 2022 08:34:50 -0600 jgart wrote: >> I'll check later today and report back. > > Oh, that test just passes an empty list if numpy is not available: > > https://github.com/inducer/pudb/blob/v2022.1.3/test/test_var_view.py#L32 > > Do we want to run that test with our packaged numpy on [np.float32(5), > np.zeros(5)]? That seems fine to me, I've tweaked the commit message to describe it as an "optional test dependency", rather than "missing". and pushed to master as eda5e9aaafeacc0e21dbf43200d79b91fc1e38ed. Thanks, Chris