You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make a duplicate fixture for pandas dtypes including pyarrow types (#2941)
* Make a duplicate fixture for pandas dtypes including pyarrow types
Explicitly copying the numpy dtypes fixture in test_clib_virtualfiles.py to a
new dtypes_pandas fixture that includes pyarrow types, so that modifications
to the original numpy dtypes fixture won't affect other tests.
* Let test_virtualfile_from_vectors_transpose use dtypes fixture
No need to recreate a new dtypes list.
0 commit comments