pretix.plugins.sepadebit: 2.6.0 -> 2.7.0

This commit is contained in:
Martin Weinelt
2025-10-01 03:23:21 +02:00
parent 03a3879b06
commit 0bdbb8d4d6
@@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "pretix-sepadebit";
version = "2.6.0";
version = "2.7.0";
pyproject = true;
src = fetchFromGitHub {
owner = "pretix";
repo = "pretix-sepadebit";
tag = "v${version}";
hash = "sha256-o4HVPuSpYIFjxmYuL+IsJJDkv+4ARuvaDqPjxWxlhMg=";
hash = "sha256-Xnp7aic+Xf4wJzJbWqhsfMajT4AOQGQMIGIewJ5B37o=";
};
build-system = [
@@ -55,6 +55,12 @@ buildPythonPackage rec {
export DJANGO_SETTINGS_MODULE=pretix.testutils.settings
'';
disabledTests = [
# https://github.com/pretix/pretix-sepadebit/issues/69
"test_mail_context"
"test_call_mail_context"
];
meta = with lib; {
description = "Plugin to receive payments via SEPA direct debit";
homepage = "https://github.com/pretix/pretix-sepadebit";