Skip to content

Commit

Permalink
python312Packages.cdcs: disable failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Nov 1, 2024
1 parent 2b2a853 commit a91276b
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 a91276b

Please sign in to comment.