python3Packages.bx-py-utils: 113 -> 114 (#466411)

This commit is contained in:
Aleksana
2025-11-30 12:16:37 +00:00
committed by GitHub
@@ -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 = [