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"