From: Michael Fladischer <FladischerMichael@fladi.at>
Date: Mon, 25 Oct 2021 19:05:46 +0000
Subject: Remove version restriction on pytest.

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index fa698f1..8397723 100644
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,7 @@ with open('requirements.txt') as f:  # pylint: disable=W1514
     install_reqs += f.read().splitlines()
 
 setup_requires = [
-    'pytest-runner == 5.3.2',
+    'pytest-runner',
 ]
 
 # WARNING: This imposes limitations on test/requirements.txt such that the
