python312Packages.holoviews: cleanup, skip failing test (#400680)
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
{
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
pythonOlder,
|
||||
fetchFromGitHub,
|
||||
|
||||
# build-system
|
||||
hatch-vcs,
|
||||
@@ -27,11 +26,11 @@ buildPythonPackage rec {
|
||||
version = "1.20.2";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-jHi3mGAc468xUjZnxtHLQN+NeBJJ6+u9ssX2FDVl5tg=";
|
||||
src = fetchFromGitHub {
|
||||
owner = "holoviz";
|
||||
repo = "holoviews";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-QCRVOBMKckPji5rH7iCSnmxbNwtGypMqdfBXilXmngE=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@@ -70,12 +69,16 @@ buildPythonPackage rec {
|
||||
"test_server_dynamicmap_with_dims"
|
||||
"test_server_dynamicmap_with_stream"
|
||||
"test_server_dynamicmap_with_stream_dims"
|
||||
|
||||
# ModuleNotFoundError: No module named 'param'
|
||||
"test_no_blocklist_imports"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "holoviews" ];
|
||||
|
||||
meta = {
|
||||
description = "Python data analysis and visualization seamless and simple";
|
||||
changelog = "https://github.com/holoviz/holoviews/releases/tag/v${version}";
|
||||
mainProgram = "holoviews";
|
||||
homepage = "https://www.holoviews.org/";
|
||||
license = lib.licenses.bsd3;
|
||||
|
||||
Reference in New Issue
Block a user