python3Packages.dask: 2022.7.0 -> 2022.9.1

This commit is contained in:
Martin Weinelt 2022-09-18 02:32:41 +02:00 committed by Sandro Jäckel
parent d77eab14fe
commit 809cf4639c
No known key found for this signature in database
GPG Key ID: B1763F8651144063

View File

@ -26,7 +26,7 @@
buildPythonPackage rec {
pname = "dask";
version = "2022.7.0";
version = "2022.9.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -35,7 +35,7 @@ buildPythonPackage rec {
owner = "dask";
repo = pname;
rev = version;
hash = "sha256-O5/TNeta0V0v9WTpPmF/kJMJ40ANo6rcRtzurr5/SwA=";
hash = "sha256-4Tok9eYhi2FF+8bpKnwKT3KIRGHIMtxczTkZ6qD8x7g=";
};
propagatedBuildInputs = [
@ -97,9 +97,8 @@ buildPythonPackage rec {
"--reruns 3"
# Don't run tests that require network access
"-m 'not network'"
# Ignore warning about pyarrow 5.0.0 feautres
"-W"
"ignore::FutureWarning"
# DeprecationWarning: The 'sym_pos' keyword is deprecated and should be replaced by using 'assume_a = "pos"'. 'sym_pos' will be removed in SciPy 1.11.0.
"-W" "ignore::DeprecationWarning"
];
disabledTests = lib.optionals stdenv.isDarwin [