python311Packages.dask: provide dataframe extra for tests

Tests would previously error out with:

> ImportError: Dask dataframe requirements are not installed.
This commit is contained in:
Martin Weinelt 2024-02-24 11:48:06 +01:00
parent 49a820eae1
commit 7d52ac6d83
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -98,7 +98,9 @@ buildPythonPackage rec {
# from panda[test]
hypothesis
pytest-asyncio
] ++ lib.optionals (!arrow-cpp.meta.broken) [ # support is sparse on aarch64
]
++ passthru.optional-dependencies.dataframe
++ lib.optionals (!arrow-cpp.meta.broken) [ # support is sparse on aarch64
pyarrow
];