python310Packages.intake: add changelog to meta

- disable failing test
This commit is contained in:
Fabian Affolter
2023-01-28 11:25:26 +01:00
parent c71193894e
commit 260e0d830b
@@ -34,7 +34,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
rev = "refs/tags/${version}";
hash = "sha256-ABMXWUVptpOSPB1jQ57iXk/UG92puNCICzXo3ZMG2Pk=";
};
@@ -98,6 +98,7 @@ buildPythonPackage rec {
"test_read_pattern"
"test_remote_arr"
"test_remote_cat"
"test_remote_env"
# ValueError
"test_mlist_parameter"
# ImportError
@@ -118,6 +119,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Data load and catalog system";
homepage = "https://github.com/ContinuumIO/intake";
changelog = "https://github.com/intake/intake/blob/${version}/docs/source/changelog.rst";
license = licenses.bsd2;
maintainers = with maintainers; [ costrouc ];
};