Loading pkgs/development/python-modules/posthog/default.nix +9 −9 Original line number Diff line number Diff line { lib , stdenv , buildPythonPackage , fetchFromGitHub # build inputs Loading @@ -9,12 +8,9 @@ , backoff , python-dateutil # check inputs , pytestCheckHook , mock , freezegun , pylint , flake8 , coverage , pytest }: let pname = "posthog"; Loading @@ -40,18 +36,22 @@ buildPythonPackage { ]; nativeCheckInputs = [ pytestCheckHook mock freezegun pylint flake8 coverage pytest ]; pythonImportsCheck = [ "posthog" ]; disabledTests = [ "test_load_feature_flags_wrong_key" # Tests require network access "test_request" "test_upload" ]; meta = with lib; { description = "Official PostHog python library"; homepage = "https://github.com/PostHog/posthog-python"; Loading Loading
pkgs/development/python-modules/posthog/default.nix +9 −9 Original line number Diff line number Diff line { lib , stdenv , buildPythonPackage , fetchFromGitHub # build inputs Loading @@ -9,12 +8,9 @@ , backoff , python-dateutil # check inputs , pytestCheckHook , mock , freezegun , pylint , flake8 , coverage , pytest }: let pname = "posthog"; Loading @@ -40,18 +36,22 @@ buildPythonPackage { ]; nativeCheckInputs = [ pytestCheckHook mock freezegun pylint flake8 coverage pytest ]; pythonImportsCheck = [ "posthog" ]; disabledTests = [ "test_load_feature_flags_wrong_key" # Tests require network access "test_request" "test_upload" ]; meta = with lib; { description = "Official PostHog python library"; homepage = "https://github.com/PostHog/posthog-python"; Loading