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

This commit is contained in:
Gaétan Lepage 2024-09-15 12:30:50 +02:00 committed by GitHub
commit 79ce0bb95a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"