Description: Remove pytest-runner from setup_requires
 pytest-runner is deprecated and not needed for Debian builds.
 It causes build failures when pip is not available.
Author: Mahangu Weerasinghe <mahangu@gmail.com>
Forwarded: not-needed
Last-Update: 2025-11-30

--- a/setup.py
+++ b/setup.py
@@ -66,7 +66,6 @@
         [console_scripts]
         datasette=datasette.cli:cli
     """,
-    setup_requires=["pytest-runner"],
     extras_require={
         "docs": [
             "furo==2024.8.6",
