Loading pkgs/development/python-modules/swh-core/default.nix +16 −2 Original line number Diff line number Diff line Loading @@ -3,6 +3,13 @@ stdenv, buildPythonPackage, fetchFromGitLab, pythonAtLeast, # build-system setuptools, setuptools-scm, # dependencies backports-entry-points-selectable, click, deprecated, Loading @@ -11,8 +18,8 @@ requests, sentry-sdk, tenacity, setuptools, setuptools-scm, # tests aiohttp-utils, flask, hypothesis, Loading Loading @@ -114,6 +121,13 @@ buildPythonPackage (finalAttrs: { pkgs.zstd ]; disabledTestPaths = lib.optionals (pythonAtLeast "3.14") [ # shutil.RegistryError: .tar.zst is already registered for "zstdtar" "swh/core/tests/test_cli_nar.py" "swh/core/tests/test_nar.py" "swh/core/tests/test_tarball.py" ]; disabledTests = lib.optionals stdenv.hostPlatform.isDarwin [ # FileExistsError: [Errno 17] File exists: "test_uncompress_upper_archive_extension" Loading Loading
pkgs/development/python-modules/swh-core/default.nix +16 −2 Original line number Diff line number Diff line Loading @@ -3,6 +3,13 @@ stdenv, buildPythonPackage, fetchFromGitLab, pythonAtLeast, # build-system setuptools, setuptools-scm, # dependencies backports-entry-points-selectable, click, deprecated, Loading @@ -11,8 +18,8 @@ requests, sentry-sdk, tenacity, setuptools, setuptools-scm, # tests aiohttp-utils, flask, hypothesis, Loading Loading @@ -114,6 +121,13 @@ buildPythonPackage (finalAttrs: { pkgs.zstd ]; disabledTestPaths = lib.optionals (pythonAtLeast "3.14") [ # shutil.RegistryError: .tar.zst is already registered for "zstdtar" "swh/core/tests/test_cli_nar.py" "swh/core/tests/test_nar.py" "swh/core/tests/test_tarball.py" ]; disabledTests = lib.optionals stdenv.hostPlatform.isDarwin [ # FileExistsError: [Errno 17] File exists: "test_uncompress_upper_archive_extension" Loading