============================= test session starts ============================== platform linux -- Python 3.10.0, pytest-6.2.5, py-1.10.0, pluggy-0.13.1 rootdir: /build/python-geopandas/src/geopandas-0.10.2, configfile: setup.cfg collected 1328 items / 1 error / 1 skipped / 1326 selected ==================================== ERRORS ==================================== _______________ ERROR collecting geopandas/tests/test_overlay.py _______________ geopandas/tests/test_overlay.py:8: in from fiona.errors import DriverError /usr/lib/python3.10/site-packages/fiona/__init__.py:85: in with fiona._loading.add_gdal_dll_directories(): E AttributeError: partially initialized module 'fiona' has no attribute '_loading' (most likely due to a circular import) =============================== 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 - AttributeError: partially initialized... !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!! =================== 1 skipped, 4 warnings, 1 error in 4.60s ==================== ==> ERROR: A failure occurred in check().  Aborting...