mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
python312Packages.great-tables: add python312Packages.shiny for tests (#342017)
This commit is contained in:
commit
79ce0bb95a
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user