From 62bfaf2f8f9906d645c05172b4ffd71e888010fc Mon Sep 17 00:00:00 2001 From: Philipp Arras Date: Tue, 30 Jul 2024 13:24:38 +0200 Subject: [PATCH] python3Packages.nuclear: 2.2.5 -> 2.3.1 --- pkgs/development/python-modules/nuclear/default.nix | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/pkgs/development/python-modules/nuclear/default.nix b/pkgs/development/python-modules/nuclear/default.nix index ac7d35419835..5daade948aa8 100644 --- a/pkgs/development/python-modules/nuclear/default.nix +++ b/pkgs/development/python-modules/nuclear/default.nix @@ -13,14 +13,14 @@ buildPythonPackage rec { pname = "nuclear"; - version = "2.2.5"; + version = "2.3.1"; pyproject = true; src = fetchFromGitHub { owner = "igrek51"; repo = "nuclear"; rev = version; - hash = "sha256-JuO7BKmlQE6bWKqy1QvX5U4A9YkKu/4ouTSJh9R7JGo="; + hash = "sha256-UeU803SYMBLSWXjuxtWP2R2dBumRom+qsj2ljTiYFm0="; }; build-system = [ setuptools ]; @@ -39,10 +39,6 @@ buildPythonPackage rec { # Disabled because test tries to install bash in a non-NixOS way "tests/autocomplete/test_bash_install.py" ]; - disabledTests = [ - # Setting the time zone in nix sandbox does not work - to be investigated - "test_context_logger" - ]; pythonImportsCheck = [ "nuclear" ]; meta = with lib; {