File: disable-doctests.patch

package info (click to toggle)
python-intervaltree-bio 1.0.1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 18,036 kB
  • sloc: python: 307; makefile: 8; sh: 3
file content (16 lines) | stat: -rw-r--r-- 479 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Disable doctests
 They require network access or patching to use existing data files
Author: Afif Elghraoui <afif@debian.org>
Forwarded: not-needed
Last-Update: 2016-12-10
--- python-intervaltree-bio.orig/setup.cfg
+++ python-intervaltree-bio/setup.cfg
@@ -3,7 +3,7 @@
 tag_svn_revision = false
 
 [pytest]
-addopts = --ignore=setup.py --ignore=build --ignore=dist --doctest-modules
+addopts = --ignore=setup.py --ignore=build --ignore=dist
 norecursedirs=*.egg