python312Packages.cdcs: disable failing test
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user