File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
pkgs/development/python-modules/datadog Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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" ;
You can’t perform that action at this time.
0 commit comments