Merge pull request #119316 from dotlambda/datadog-0.40.1

pythonPackages.datadog: 0.40.0 -> 0.40.1

authored by

Sandro and committed by
GitHub
3c12bf1b e0166b2a

+3 -4
+3 -4
pkgs/development/python-modules/datadog/default.nix
··· 17 17 18 18 buildPythonPackage rec { 19 19 pname = "datadog"; 20 - version = "0.40.0"; 20 + version = "0.40.1"; 21 21 22 22 src = fetchPypi { 23 23 inherit pname version; 24 - sha256 = "4bbd66a02bbcf9cd03ba05194d605a64c9efb7aed90d5e69c6ec42655c3c01a4"; 24 + sha256 = "sha256-Q4wd3lRi5oxceSt7Sh2HoN3ZcK89sxs88VmA7tDEQxE="; 25 25 }; 26 26 27 27 postPatch = '' ··· 43 43 ]; 44 44 45 45 disabledTestPaths = [ 46 - "tests/unit/dogstatsd/test_statsd.py" # does not work in sandbox 46 + "tests/performance" 47 47 ]; 48 48 49 49 disabledTests = [ 50 50 "test_default_settings_set" 51 - "test_threadstats_thread_safety" 52 51 ]; 53 52 54 53 pythonImportsCheck = [ "datadog" ];