Loading pkgs/development/python-modules/posthog/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -65,6 +65,8 @@ buildPythonPackage (finalAttrs: { "test_upload" # AssertionError: 2 != 3 "test_flush_interval" # len(client.distinct_ids_feature_flags_reported) = 101 != i % 100 + 1 "test_capture_multiple_users_doesnt_out_of_memory" ] ++ lib.optionals (pythonAtLeast "3.14") [ # Pydantic V1 functionality isn't compatible with Python 3.14 Loading Loading
pkgs/development/python-modules/posthog/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -65,6 +65,8 @@ buildPythonPackage (finalAttrs: { "test_upload" # AssertionError: 2 != 3 "test_flush_interval" # len(client.distinct_ids_feature_flags_reported) = 101 != i % 100 + 1 "test_capture_multiple_users_doesnt_out_of_memory" ] ++ lib.optionals (pythonAtLeast "3.14") [ # Pydantic V1 functionality isn't compatible with Python 3.14 Loading