python312Packages.altair: 5.4.1 -> 5.5.0, disable flaky tests (#371464)
This commit is contained in:
@@ -22,16 +22,16 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "altair";
|
||||
version = "5.4.1";
|
||||
version = "5.5.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
disabled = pythonOlder "3.9";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "altair-viz";
|
||||
repo = "altair";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-7C51ACaBuNtOSXqLpuCI5bnLyE9U64vNXlD4/msPq2k=";
|
||||
hash = "sha256-lrKC4FYRQEax5E0lQNhO9FLk5UOJ0TnYzqZjndlRpGI=";
|
||||
};
|
||||
|
||||
build-system = [ hatchling ];
|
||||
@@ -60,6 +60,11 @@ buildPythonPackage rec {
|
||||
disabledTests = [
|
||||
# ValueError: Saving charts in 'svg' format requires the vl-convert-python or altair_saver package: see http://github.com/altair-viz/altair_saver/
|
||||
"test_renderer_with_none_embed_options"
|
||||
# Sometimes conflict due to parallelism
|
||||
"test_dataframe_to_csv[polars]"
|
||||
"test_dataframe_to_csv[pandas]"
|
||||
# Network access
|
||||
"test_theme_remote_lambda"
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
|
||||
Reference in New Issue
Block a user