python312Packages.cdcs: disable failing test

This commit is contained in:
Fabian Affolter
2024-11-01 21:20:34 +01:00
parent 2b2a8530a8
commit a91276b43a
@@ -44,6 +44,11 @@ buildPythonPackage rec {
pythonImportsCheck = [ "cdcs" ];
disabledTests = [
# Test is out-dated
"test_head"
];
meta = with lib; {
description = "Python client for performing REST calls to configurable data curation system (CDCS) databases";
homepage = "https://github.com/usnistgov/pycdcs";