Loading pkgs/development/python-modules/great-tables/default.nix +2 −4 Original line number Diff line number Diff line Loading @@ -25,6 +25,7 @@ pytestCheckHook, pytest-cov-stub, requests, shiny, syrupy, }: Loading Loading @@ -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" Loading Loading
pkgs/development/python-modules/great-tables/default.nix +2 −4 Original line number Diff line number Diff line Loading @@ -25,6 +25,7 @@ pytestCheckHook, pytest-cov-stub, requests, shiny, syrupy, }: Loading Loading @@ -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" Loading