From: Yaroslav Halchenko <debian@onerussian.com>
Subject: Disable coverage while running tests

 
Origin: NeuroDebian
Last-Update: 2018-06-19

--- a/setup.py
+++ b/setup.py
@@ -258,6 +258,6 @@ setup(
 
     ext_modules=extensions,
 
-    tests_require=['pytest', 'numpy', 'nibabel', 'coverage', 'pytest-cov'],
+    tests_require=['pytest', 'numpy'], # debian-disabled: 'nibabel', 'coverage', 'pytest-cov'],
     test_suite='tests',
 )
--- a/setup.cfg
+++ b/setup.cfg
@@ -3,7 +3,6 @@ test=pytest
 
 [tool:pytest]
 testpaths = indexed_gzip/tests
-addopts   = -v --cov=indexed_gzip
 markers   =
     zran_test:         Test the zran.c library
     indexed_gzip_test: Test the indexed_gzip library
