Unverified Commit 0bdbb8d4 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

pretix.plugins.sepadebit: 2.6.0 -> 2.7.0

parent 03a3879b
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -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";