Skip to content

Commit

Permalink
python312Packages.cdcs: disable failing test (#352975)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Nov 2, 2024
2 parents 66b74ca + a91276b commit 397a254
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/development/python-modules/cdcs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 397a254

Please sign in to comment.