From d739078de4b295db6344493e179c2053169e01f2 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 19 Jan 2025 11:21:50 +0100 Subject: [PATCH] python312Packages.django-filingcabinet: disable tests with browser --- .../python-modules/django-filingcabinet/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/django-filingcabinet/default.nix b/pkgs/development/python-modules/django-filingcabinet/default.nix index 689a554c6da8..93e6a18a3dbc 100644 --- a/pkgs/development/python-modules/django-filingcabinet/default.nix +++ b/pkgs/development/python-modules/django-filingcabinet/default.nix @@ -34,7 +34,7 @@ buildPythonPackage rec { pname = "django-filingcabinet"; - version = "0-unstable-2024-11-15"; + version = "0.17-unstable-2024-11-15"; pyproject = true; src = fetchFromGitHub { @@ -113,6 +113,8 @@ buildPythonPackage rec { # playwright._impl._errors.TimeoutError: Locator.click: Timeout 30000ms exceeded "test_sidebar_hide" "test_show_search_bar" + # Unable to lauch browser + "test_document_viewer" ]; preCheck = '' @@ -125,6 +127,7 @@ buildPythonPackage rec { meta = { description = "Django app that manages documents with pages, annotations and collections"; homepage = "https://github.com/okfde/django-filingcabinet"; + changelog = "https://github.com/feincms/django-cabinet/blob/${version}/CHANGELOG.rst"; license = lib.licenses.mit; maintainers = [ lib.maintainers.onny ]; };