File: remove-pytest-runner

package info (click to toggle)
datasette 0.65.2-2
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 4,260 kB
  • sloc: python: 28,661; javascript: 10,089; sh: 71; makefile: 47; ansic: 26
file content (17 lines) | stat: -rw-r--r-- 498 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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",