============================= test session starts ==============================
platform linux -- Python 3.10.1, pytest-6.2.5, py-1.11.0, pluggy-0.13.1
rootdir: /build/python-geopandas/src/geopandas-0.10.2, configfile: setup.cfg
collected 1221 items / 1 error / 3 skipped / 1217 selected

==================================== ERRORS ====================================
_______________ ERROR collecting geopandas/tests/test_overlay.py _______________
ImportError while importing test module '/build/python-geopandas/src/geopandas-0.10.2/geopandas/tests/test_overlay.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
geopandas/tests/test_overlay.py:8: in <module>
    from fiona.errors import DriverError
E   ModuleNotFoundError: No module named 'fiona'
=============================== warnings summary ===============================
geopandas/_compat.py:2
  /build/python-geopandas/src/geopandas-0.10.2/geopandas/_compat.py:2: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
    from distutils.version import LooseVersion

geopandas/tests/test_geoseries.py:10
  /build/python-geopandas/src/geopandas-0.10.2/geopandas/tests/test_geoseries.py:10: FutureWarning: pandas.util.testing is deprecated. Use the functions in the public API at pandas.testing instead.
    from pandas.util.testing import assert_index_equal

../../../../usr/lib/python3.10/site-packages/pandas/core/dtypes/cast.py:1990
../../../../usr/lib/python3.10/site-packages/pandas/core/dtypes/cast.py:1990
  /usr/lib/python3.10/site-packages/pandas/core/dtypes/cast.py:1990: DeprecationWarning: An exception was ignored while fetching the attribute `__array_interface__` from an object of type 'Polygon'.  With the exception of `AttributeError` NumPy will always raise this exception in the future.  Raise this deprecation warning to see the original exception. (Warning added NumPy 1.21)
    result[:] = values

-- Docs: https://docs.pytest.org/en/stable/warnings.html
=========================== short test summary info ============================
ERROR geopandas/tests/test_overlay.py
!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
=================== 3 skipped, 4 warnings, 1 error in 14.70s ===================
[1m[31m==> ERROR:[m[1m A failure occurred in check().[m
[1m    Aborting...[m
