mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-25 01:50:40 +00:00
python3Packages.swh-export: 1.11.7 -> 1.11.8 (#545038)
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "swh-export";
|
||||
version = "1.11.7";
|
||||
version = "1.11.8";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitLab {
|
||||
@@ -34,7 +34,7 @@ buildPythonPackage (finalAttrs: {
|
||||
owner = "devel";
|
||||
repo = "swh-export";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-aDIGbkyRMNoQOdlXwqfLyRqDfK6jNFMVFJv67OY1SCg=";
|
||||
hash = "sha256-wqUcoQddN0FJV673u/xcwNuNz/BB9AFWNFEuQPHyVDw=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
@@ -71,6 +71,9 @@ buildPythonPackage (finalAttrs: {
|
||||
pkgs.pv
|
||||
];
|
||||
|
||||
# Kafka tests use librdkafka's mock broker bound to the loopback interface.
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
disabledTests = [
|
||||
# I don't know how to fix the following error
|
||||
# E fixture 'kafka_server' not found
|
||||
|
||||
Reference in New Issue
Block a user