Unverified Commit 397a2540 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.cdcs: disable failing test (#352975)

parents 66b74cae a91276b4
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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";