Loading pkgs/by-name/pr/pretix/fakeredis-0.25-compat.patchdeleted 100644 → 0 +0 −10 Original line number Diff line number Diff line diff --git a/src/pretix/testutils/mock.py b/src/pretix/testutils/mock.py index 66ee3fb52..9d9ba02bd 100644 --- a/src/pretix/testutils/mock.py +++ b/src/pretix/testutils/mock.py @@ -38,4 +38,4 @@ def mocker_context(): def get_redis_connection(alias="default", write=True): - return fakeredis.FakeStrictRedis(server=fakeredis.FakeServer.get_server("127.0.0.1:None:v(7, 0)", (7, 0))) + return fakeredis.FakeStrictRedis(server=fakeredis.FakeServer.get_server("127.0.0.1:None:v(7, 0)", (7, 0), server_type="redis")) pkgs/by-name/pr/pretix/package.nix +5 −6 Original line number Diff line number Diff line Loading @@ -51,13 +51,13 @@ let }; pname = "pretix"; version = "2024.9.0"; version = "2024.10.0"; src = fetchFromGitHub { owner = "pretix"; repo = "pretix"; rev = "refs/tags/v${version}"; hash = "sha256-L6mTfLIx8kD/5s0Dfp24TEATmjxBXERQjynB0szH3DM="; hash = "sha256-MCiCr00N7894DjckAw3vpxdiNtlgzqivlbSY4A/327E="; }; npmDeps = buildNpmPackage { Loading @@ -65,7 +65,7 @@ let inherit version src; sourceRoot = "${src.name}/src/pretix/static/npm_dir"; npmDepsHash = "sha256-zUui5tYINTDKA91WgRV51ilIPFBJpZ+S2fJwW85KJ9k="; npmDepsHash = "sha256-PPcA6TBsU/gGk4wII+w7VZOm65nS7qGjZ/UoQs31s9M="; dontBuild = true; Loading @@ -87,18 +87,17 @@ python.pkgs.buildPythonApplication rec { # Discover pretix.plugin entrypoints during build and add them into # INSTALLED_APPS, so that their static files are collected. ./plugin-build.patch # TypeError: FakeServer.get_server() missing 1 required positional argument: 'server_type' ./fakeredis-0.25-compat.patch ]; pythonRelaxDeps = [ "django-phonenumber-field" "dnspython" "importlib-metadata" "kombu" "markdown" "pillow" "protobuf" "pycryptodome" "pyjwt" "python-bidi" "qrcode" Loading Loading
pkgs/by-name/pr/pretix/fakeredis-0.25-compat.patchdeleted 100644 → 0 +0 −10 Original line number Diff line number Diff line diff --git a/src/pretix/testutils/mock.py b/src/pretix/testutils/mock.py index 66ee3fb52..9d9ba02bd 100644 --- a/src/pretix/testutils/mock.py +++ b/src/pretix/testutils/mock.py @@ -38,4 +38,4 @@ def mocker_context(): def get_redis_connection(alias="default", write=True): - return fakeredis.FakeStrictRedis(server=fakeredis.FakeServer.get_server("127.0.0.1:None:v(7, 0)", (7, 0))) + return fakeredis.FakeStrictRedis(server=fakeredis.FakeServer.get_server("127.0.0.1:None:v(7, 0)", (7, 0), server_type="redis"))
pkgs/by-name/pr/pretix/package.nix +5 −6 Original line number Diff line number Diff line Loading @@ -51,13 +51,13 @@ let }; pname = "pretix"; version = "2024.9.0"; version = "2024.10.0"; src = fetchFromGitHub { owner = "pretix"; repo = "pretix"; rev = "refs/tags/v${version}"; hash = "sha256-L6mTfLIx8kD/5s0Dfp24TEATmjxBXERQjynB0szH3DM="; hash = "sha256-MCiCr00N7894DjckAw3vpxdiNtlgzqivlbSY4A/327E="; }; npmDeps = buildNpmPackage { Loading @@ -65,7 +65,7 @@ let inherit version src; sourceRoot = "${src.name}/src/pretix/static/npm_dir"; npmDepsHash = "sha256-zUui5tYINTDKA91WgRV51ilIPFBJpZ+S2fJwW85KJ9k="; npmDepsHash = "sha256-PPcA6TBsU/gGk4wII+w7VZOm65nS7qGjZ/UoQs31s9M="; dontBuild = true; Loading @@ -87,18 +87,17 @@ python.pkgs.buildPythonApplication rec { # Discover pretix.plugin entrypoints during build and add them into # INSTALLED_APPS, so that their static files are collected. ./plugin-build.patch # TypeError: FakeServer.get_server() missing 1 required positional argument: 'server_type' ./fakeredis-0.25-compat.patch ]; pythonRelaxDeps = [ "django-phonenumber-field" "dnspython" "importlib-metadata" "kombu" "markdown" "pillow" "protobuf" "pycryptodome" "pyjwt" "python-bidi" "qrcode" Loading