Unverified Commit 8ad1a1b7 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.posthog: disable failing test

parent b9cade67
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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