[gnome-keysign: 63/75] setup.cfg: Remove the where clause



commit 0e53faab109d947536685edc301dc6d226ef5028
Author: Tobias Mueller <muelli cryptobitch de>
Date:   Thu Sep 21 21:59:13 2017 +0200

    setup.cfg: Remove the where clause
    
    I haven't understood yet how to make use of that properly.  It seems
    that python setup.py test works regardless. Probably not as nicely,
    because it'll scan all directories for tests, but it confuses nose if we
    leave that entry in, e.g. running specific tests seems to be much
    harder.

 setup.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/setup.cfg b/setup.cfg
index f2b2dd3..7e96d84 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -36,6 +36,6 @@ cover-html=1
 cover-html-dir=coverage/
 cover-branches=1
 cover-min-percentage=70
-where=tests
+#where=tests
 #tests=test_gpgmks
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]