From 65a1f405690ab5467a6c71e18fd520f37d371bfd Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Wed, 22 Jul 2026 16:15:58 +0200 Subject: [PATCH] python3Packages.simple-parsing: remove wrong orion test dep The orion removed is a GTK2 theme, while the intent was probably to reference https://pypi.org/project/orion/. But the tests run fine without that. --- pkgs/development/python-modules/simple-parsing/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/development/python-modules/simple-parsing/default.nix b/pkgs/development/python-modules/simple-parsing/default.nix index ed6f60301656..115473b31b5c 100644 --- a/pkgs/development/python-modules/simple-parsing/default.nix +++ b/pkgs/development/python-modules/simple-parsing/default.nix @@ -20,7 +20,6 @@ # tests matplotlib, numpy, - orion, pytest-benchmark, pytest-regressions, pytestCheckHook, @@ -61,7 +60,6 @@ buildPythonPackage (finalAttrs: { nativeCheckInputs = [ matplotlib numpy - orion pytest-benchmark pytest-regressions pytestCheckHook