python312Packages.great-tables: add python312Packages.shiny for tests (#342017)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user