Author: Michael R. Crusoe <crusoe@debian.org>
Description: remove assert failing the builds for 32bit archs
Forwarded: https://github.com/theislab/anndata/issues/443
--- python-anndata.orig/anndata/tests/test_layers.py
+++ python-anndata/anndata/tests/test_layers.py
@@ -59,7 +59,6 @@
             adata.layers["df"] = df()
             assert not len(warnings)
     assert isinstance(adata.layers["df"], np.ndarray)
-    assert np.issubdtype(adata.layers["df"].dtype, dtype)


 def test_readwrite(backing_h5ad):
