From e91370caa57e0d1a7d6c544f020341d1de794c36 Mon Sep 17 00:00:00 2001 From: Bruno Rodrigues Date: Sun, 15 Sep 2024 10:59:21 +0200 Subject: [PATCH] python312Packages.great-tables: add python312Packages.shiny for tests --- pkgs/development/python-modules/great-tables/default.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/great-tables/default.nix b/pkgs/development/python-modules/great-tables/default.nix index 6283a429f8b3..14f242ed0683 100644 --- a/pkgs/development/python-modules/great-tables/default.nix +++ b/pkgs/development/python-modules/great-tables/default.nix @@ -25,6 +25,7 @@ pytestCheckHook, pytest-cov-stub, requests, + shiny, syrupy, }: @@ -66,13 +67,10 @@ buildPythonPackage rec { pytestCheckHook pytest-cov-stub requests + shiny syrupy ]; - disabledTestPaths = [ - "tests/test_shiny.py" # requires `shiny` python package, not in Nixpkgs - ]; - disabledTests = [ # require selenium with chrome driver: "test_save_image_file"