Unverified Commit 8e4bc117 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python311Packages.datadog: mark broken

Tests are failing with urllib3 2.0.
parent b4cd4df0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -62,6 +62,7 @@ buildPythonPackage rec {
  ];

  meta = with lib; {
    broken = true; # https://github.com/DataDog/datadogpy/issues/800
    description = "The Datadog Python library";
    homepage = "https://github.com/DataDog/datadogpy";
    changelog = "https://github.com/DataDog/datadogpy/blob/v${version}/CHANGELOG.md";