File: 0001-Don-t-require-pytest-running-on-regular-setup.patch

package info (click to toggle)
python-datrie 0.7.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,852 kB
  • sloc: ansic: 3,639; python: 508; makefile: 10; sh: 1
file content (19 lines) | stat: -rw-r--r-- 515 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: =?utf-8?b?T25kxZllaiBOb3bDvQ==?= <onovy@debian.org>
Date: Sun, 26 Jun 2016 06:45:34 +0200
Subject: Don't require pytest-running on regular setup

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

diff --git a/setup.py b/setup.py
index d84c09d..eea48b6 100755
--- a/setup.py
+++ b/setup.py
@@ -53,6 +53,4 @@ setup(name="datrie",
               'src/stdio_ext.c'
           ], include_dirs=[LIBDATRIE_DIR])
       ],
-
-      setup_requires=["pytest-runner"],
       tests_require=["pytest", "hypothesis"])