--- setup.py.orig 2026-01-20 09:56:57 +++ setup.py 2026-01-20 09:57:09 @@ -20,9 +20,7 @@ with open('requirements.txt') as f: # pylint: disable=W1514 install_reqs += f.read().splitlines() -setup_requires = [ - 'pytest-runner == 5.3.2', -] +setup_requires = [] # WARNING: This imposes limitations on test/requirements.txt such that the # full Pip syntax is not supported. See also