python311Packages.dask: 2024.1.1 -> 2024.2.1

https://docs.dask.org/en/latest/changelog.html
This commit is contained in:
Martin Weinelt 2024-03-24 20:12:15 +01:00
parent 2d191c4e7a
commit 7d6e33f820
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
1 changed files with 2 additions and 4 deletions

View File

@ -38,7 +38,7 @@
buildPythonPackage rec {
pname = "dask";
version = "2024.1.1";
version = "2024.2.1";
pyproject = true;
disabled = pythonOlder "3.9";
@ -47,7 +47,7 @@ buildPythonPackage rec {
owner = "dask";
repo = "dask";
rev = "refs/tags/${version}";
hash = "sha256-L8bRh2bx36CYrAFXYJF67rCeCRfm5ufhTkMFRJo0yYo=";
hash = "sha256-8VFtKPaF0PqCjqFB+plFe1GjUno5j7j86+wxKhzByyw=";
};
nativeBuildInputs = [
@ -127,8 +127,6 @@ buildPythonPackage rec {
"--reruns 3"
# Don't run tests that require network access
"-m 'not network'"
# pytest.PytestRemovedIn8Warning: Passing None has been deprecated.
"-W" "ignore::pytest.PytestRemovedIn8Warning"
];
disabledTests = lib.optionals stdenv.isDarwin [