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
This commit is contained in:
Robert Schütz
2025-11-29 14:59:08 -08:00
parent c82f01fb27
commit 471f2f237e
@@ -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 = [