mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 10:53:52 +00:00
python3Packages.dask: 2022.7.0 -> 2022.9.1
This commit is contained in:
parent
d77eab14fe
commit
809cf4639c
@ -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 [
|
||||
|
Loading…
Reference in New Issue
Block a user