Author: Diane Trout <diane@ghic.org>
Description: Skip tests that depend on pyarrow which is not available in Debian

--- a/tests/test_awkward.py
+++ b/tests/test_awkward.py
@@ -15,6 +15,9 @@
     ImplicitModificationWarning,
     read_h5ad,
 )
+
+pytest.importorskip("pyarrow")
+
 from anndata.compat import AwkArray
 from anndata.compat import awkward as ak
 from anndata.tests.helpers import assert_equal, gen_adata, gen_awkward
