From 9feb342cd681f748393698ea4815e97654c40e23 Mon Sep 17 00:00:00 2001 From: Julian Geiger Date: Fri, 22 Nov 2024 11:50:09 +0100 Subject: [PATCH] Apply suggestions from code review --- .github/workflows/benchmark.yml | 2 +- tests/conftest.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index bb163808f..5bb4b61c5 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -73,4 +73,4 @@ jobs: alert-threshold: 200% comment-on-alert: true fail-on-alert: false - alert-comment-cc-users: '@giovannipizzi,@agoscinski,@GeigerJ2' + alert-comment-cc-users: '@giovannipizzi,@agoscinski,@GeigerJ2,@khsrali,@unkcpz' diff --git a/tests/conftest.py b/tests/conftest.py index f110a09a1..fb6780d96 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -39,7 +39,7 @@ class TestDbBackend(Enum): - """Options for the '--db-backend' CLI argument""" + """Options for the '--db-backend' CLI argument when running pytest.""" SQLITE = 'sqlite' PSQL = 'psql'