Unverified Commit 79ce0bb9 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

python312Packages.great-tables: add python312Packages.shiny for tests (#342017)

parents a3a8ca30 e91370ca
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -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"