File: disable-doctests.patch

package info (click to toggle)
python-intervaltree-bio 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 18,000 kB
  • ctags: 51
  • sloc: python: 307; makefile: 6
file content (16 lines) | stat: -rw-r--r-- 479 bytes parent folder | download | duplicates (3)
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