···
···
-
hash = "sha256-0YeLeGpunjHRWFvSvz0r2BokM4/eJKXuBajgcGquca4=";
···
extras // { all = lib.concatLists (lib.attrValues extras); };
++ optional-dependencies.all;
···
"tests/dask/test_dask_accessor.py::test_dataframe_series_add_schema"
-
lib.optionals stdenv.hostPlatform.isDarwin [
-
"test_engine_geometry_coerce_crs"
-
# pandera.errors.SchemaError: Error while coercing 'geometry' to type geometry
-
"test_schema_dtype_crs_with_coerce"
-
++ lib.optionals (pythonAtLeast "3.13") [
-
# AssertionError: assert DataType(Sparse[float64, nan]) == DataType(Sparse[float64, nan])
-
"test_legacy_default_pandas_extension_dtype"
···
···
+
hash = "sha256-kjKsujDxX2+X6omP9qDWc2JI8bxQlOSVOcEnfACoL2I=";
···
extras // { all = lib.concatLists (lib.attrValues extras); };
++ optional-dependencies.all;
···
"tests/dask/test_dask_accessor.py::test_dataframe_series_add_schema"
+
# TypeError: __class__ assignment: 'GeoDataFrame' object...
+
"test_schema_from_dataframe"
+
"test_schema_no_geometry"
+
++ lib.optionals stdenv.hostPlatform.isDarwin [
+
"test_engine_geometry_coerce_crs"
+
# pandera.errors.SchemaError: Error while coercing 'geometry' to type geometry
+
"test_schema_dtype_crs_with_coerce"
+
++ lib.optionals (pythonAtLeast "3.13") [
+
# AssertionError: assert DataType(Sparse[float64, nan]) == DataType(Sparse[float64, nan])
+
"test_legacy_default_pandas_extension_dtype"