python311Packages.datadog: disable failing tests on Python 3.11

This commit is contained in:
Fabian Affolter 2023-02-19 17:52:20 +01:00
parent 734f322686
commit 145d1f379d

View File

@ -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 = [