Bo
Bo
Unfortunately there are incompatible API changes so this is not a done-after-changing-version-number issue. That means the bug will likely take much longer to fix given my tight schedule nowadays.
I will keep the ticket open as a reminder for updating jupyterlab-sos.
was stuck for hours at setting up the environment: https://github.com/jupyterlab/jupyterlab/issues/15107
transient-display-data 0.4.4 and jupyterlab-sos 0.10.0 are released to support JupyterLab 4.x. However, this release uses Python syntax highlighting for all cells and lacks support for sos-specific syntax highlighting. The reason...
Thanks for your quick response. Yes, stripe.com will eventually stop sending these events but every round of tests generate more. Our test database is pretty fragile so we see `database...
We use real events in test mode (using test api keys and `livemode=False`). Because no test will wait for `stripe.com` to re-send failed events, I believe it even makes sense...
@jleclanche I am using 2.6. I am not sure about the webhook features of 2.7 but there is no easy way to discard events by their types. We essentially need...
I do not understand. I do not want to discard all test events, just those that were re-sent if they were not handled during testing.
I understand, but rewritting the `url` and `ProcessWebhookView` is exactly the thing I wanted to avoid. I was hoping for something like ```diff diff --git a/djstripe/models/webhooks.py b/djstripe/models/webhooks.py index 70123216..8f4af442 100644...
OK, I created a pull request just for the record. For my particular application, this solution has the advantage that I can define this preprocessor for testing only so it...