From ea8cbcfe2564f096b1650ae0c107e7fbc87227a3 Mon Sep 17 00:00:00 2001
From: "thomas.woehlke" <thomas.woehlke@rub.de>
Date: Tue, 23 Feb 2021 15:13:48 +0100
Subject: [PATCH] work

---
 setup.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
index d0d0263f..8d91a132 100644
--- a/setup.py
+++ b/setup.py
@@ -68,7 +68,7 @@ requires_test = [
     "pytest_celery>=0.0.0a1",
     "pytest-flask-sqlalchemy-1.0.2",
     "pytest-mock-3.5.1"
-]
+] + pytest_runner
 
 requires_docs = [
     "aiofiles==0.6.0",
@@ -439,7 +439,7 @@ requires_install = [
     "xmltodict==0.12.0",
     "yarl==1.6.3",
     "zipp==0.6.0"
-] + pytest_runner
+]
 
 requires_install_groups = [
     requires_install_minimum,
-- 
GitLab