From 471f2f237e0238a2464fbe8d4edc2576a16f06de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Sat, 29 Nov 2025 14:54:53 -0800 Subject: [PATCH] python3Packages.bx-py-utils: 113 -> 114 Diff: https://github.com/boxine/bx_py_utils/compare/v113...v114 Changelog: https://github.com/boxine/bx_py_utils/releases/tag/v114 --- .../python-modules/bx-py-utils/default.nix | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/pkgs/development/python-modules/bx-py-utils/default.nix b/pkgs/development/python-modules/bx-py-utils/default.nix index c31f520cf80a..c954dfbf14da 100644 --- a/pkgs/development/python-modules/bx-py-utils/default.nix +++ b/pkgs/development/python-modules/bx-py-utils/default.nix @@ -2,7 +2,6 @@ lib, stdenv, buildPythonPackage, - pythonOlder, fetchFromGitHub, beautifulsoup4, boto3, @@ -19,17 +18,14 @@ buildPythonPackage rec { pname = "bx-py-utils"; - version = "113"; - - disabled = pythonOlder "3.10"; - + version = "114"; pyproject = true; src = fetchFromGitHub { owner = "boxine"; repo = "bx_py_utils"; tag = "v${version}"; - hash = "sha256-rpDRLiqcbg/aRzdmKwGJAGrhBJTA+7tXsjPUIeeC03I="; + hash = "sha256-AAn1e5HuSngEnCoCpOvVjxavZbiH2YL+38gXxhqLLBo="; }; postPatch = '' @@ -78,10 +74,6 @@ buildPythonPackage rec { "test_assert_html_snapshot_by_css_selector" # test accesses the internet "test_happy_path" - # test assumes a virtual environment - "test_code_style" - # AssertionError: Lists differ: ['my... - "test_import_all_files" ]; disabledTestPaths = [