Commit 145d1f37 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python311Packages.datadog: disable failing tests on Python 3.11

parent 734f3226
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@
, pytest-vcr
, pytestCheckHook
, python-dateutil
, pythonAtLeast
, pythonOlder
, requests
, vcrpy
@@ -49,6 +50,9 @@ buildPythonPackage rec {

  disabledTests = [
    "test_default_settings_set"
  ] ++ lib.optionals (pythonAtLeast "3.11") [
    # https://github.com/DataDog/datadogpy/issues/746
    "TestDogshell"
  ];

  pythonImportsCheck = [