From f84817bed0fe3a43f97e48019ed595dbd26c0057 Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Fri, 21 Aug 2026 14:08:03 +0300 Subject: [PATCH] python3Packages.sciline: 25.11.1 -> 26.8.0 Diff: https://github.com/scipp/sciline/compare/25.11.1...26.8.0 Changelog: https://github.com/scipp/sciline/releases/tag/26.8.0 --- pkgs/development/python-modules/sciline/default.nix | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/pkgs/development/python-modules/sciline/default.nix b/pkgs/development/python-modules/sciline/default.nix index 7f6ec3c4ffdc..b89bf6a24afc 100644 --- a/pkgs/development/python-modules/sciline/default.nix +++ b/pkgs/development/python-modules/sciline/default.nix @@ -24,7 +24,7 @@ buildPythonPackage (finalAttrs: { pname = "sciline"; - version = "25.11.1"; + version = "26.8.0"; pyproject = true; __structuredAttrs = true; @@ -32,7 +32,7 @@ buildPythonPackage (finalAttrs: { owner = "scipp"; repo = "sciline"; tag = finalAttrs.version; - hash = "sha256-BTdvPAeI7SWV8gNfXVC63YKghZOfJ9eFousOqycpTAw="; + hash = "sha256-FJZjwQGuh8joRPIdA8aQ/MG6GhLVQfp0BtTQkMc4hzI="; }; build-system = [ @@ -60,14 +60,6 @@ buildPythonPackage (finalAttrs: { "sciline" ]; - disabledTestPaths = [ - # Causes all tests to abort due to TypeError, see: - # https://github.com/scipp/sciline/issues/233 - "tests/complex_workflow_test.py" - # Fails too with a similar TypeError, reported in the above issue. - "tests/pipeline_test.py::test_subclasses_of_generic_array_provider_defined_with_Scope_work" - ]; - meta = { description = "Build scientific pipelines for your data"; homepage = "https://scipp.github.io/sciline/";