Author: Henry-Nicolas Tourneur <debian@nilux.be>
Forwarded: not-needed
Description: Pending on a new upstream release, we are disabling all test_suite.
 This is to address potential privacy violation issue.
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/setup.py
+++ b/setup.py
@@ -29,8 +29,6 @@
     ],
     tests_require=[
         'pytest',
-        'coveralls',
         'pytest-cov'
     ],
-    test_suite='tests',
 )
