mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
python311Packages.datadog: disable failing tests on Python 3.11
This commit is contained in:
parent
734f322686
commit
145d1f379d
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user