Skip to content

Commit 07072e2

Browse files
jonringermweinelt
authored andcommitted
python3Packages.datadog: unbreak, run subset of tests
1 parent 9051cab commit 07072e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/datadog/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,12 @@ buildPythonPackage rec {
4848

4949
disabledTestPaths = [
5050
"tests/performance"
51+
# https://github.com/DataDog/datadogpy/issues/800
52+
"tests/integration/api/test_*.py"
5153
];
5254

5355
disabledTests = [
5456
"test_default_settings_set"
55-
] ++ lib.optionals (pythonAtLeast "3.11") [
5657
# https://github.com/DataDog/datadogpy/issues/746
5758
"TestDogshell"
5859
];
@@ -62,7 +63,6 @@ buildPythonPackage rec {
6263
];
6364

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

0 commit comments

Comments
 (0)