From f064ca1ea0eefd43a41172a60d08be4307af7649 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hunor=20Csomort=C3=A1ni?= Date: Thu, 15 Oct 2020 14:57:57 +0200 Subject: [PATCH] Pin sentry-sdk to 0.18.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 0.19.0 introduced this issue: https://github.com/getsentry/sentry-python/issues/858 Pin to the previous version until this is fixed, in order to make stage work. Signed-off-by: Hunor Csomortáni --- files/install-deps-worker.yaml | 2 +- files/install-deps.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/files/install-deps-worker.yaml b/files/install-deps-worker.yaml index 93abcd488..e204da177 100644 --- a/files/install-deps-worker.yaml +++ b/files/install-deps-worker.yaml @@ -41,7 +41,7 @@ pip: name: - git+https://github.com/packit/sandcastle.git - - sentry-sdk + - sentry-sdk==0.18.0 executable: pip3 # --no-deps: to fail instead of installing from PyPI when we forget to add some dependency to packit.spec - name: pip install packit & ogr with --no-deps diff --git a/files/install-deps.yaml b/files/install-deps.yaml index 2e5ac5750..44d665bed 100644 --- a/files/install-deps.yaml +++ b/files/install-deps.yaml @@ -44,7 +44,7 @@ pip: name: - persistentdict # still needed by one Alembic migration script - - sentry-sdk[flask] + - sentry-sdk[flask]==0.18.0 executable: pip3 # --no-deps: to fail instead of installing from PyPI when we forget to add some dependency to packit.spec