python311Packages.dask: provide dataframe extra for tests

Tests would previously error out with:

> ImportError: Dask dataframe requirements are not installed.

+3 -1
+3 -1
pkgs/development/python-modules/dask/default.nix
··· 98 # from panda[test] 99 hypothesis 100 pytest-asyncio 101 - ] ++ lib.optionals (!arrow-cpp.meta.broken) [ # support is sparse on aarch64 102 pyarrow 103 ]; 104
··· 98 # from panda[test] 99 hypothesis 100 pytest-asyncio 101 + ] 102 + ++ passthru.optional-dependencies.dataframe 103 + ++ lib.optionals (!arrow-cpp.meta.broken) [ # support is sparse on aarch64 104 pyarrow 105 ]; 106