Skip test_query_with_meta on ALL 32-bit platforms

This commit is contained in:
Benjamin A. Beasley 2022-05-24 08:19:47 -04:00
parent 7bcad28c0f
commit 0020ae66e2
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ rm -rf html/.{doctrees,buildinfo}
%global have_arm 1
%endif
%ifarch %{ix86}
%if 0%{?__isa_bits} == 32
# read_sql_query with meta converts dtypes from 32 to 64.
# https://github.com/dask/dask/issues/8620