Loading pkgs/development/python-modules/cdcs/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -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"; Loading Loading
pkgs/development/python-modules/cdcs/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -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"; Loading