Sfoglia il codice sorgente

add mock to testpkgs to avoid trouble with test

Guénaël Muller 6 anni fa
parent
commit
05bfd7a3a4
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      tracim/setup.py

+ 1 - 0
tracim/setup.py Vedi File

@@ -24,6 +24,7 @@ testpkgs = [
24 24
     'nose',
25 25
     'coverage',
26 26
     'gearbox',
27
+    'mock',
27 28
 ]
28 29
 
29 30
 install_requires = [