Explorar el Código

add mock to testpkgs to avoid trouble with test

Guénaël Muller hace 6 años
padre
commit
05bfd7a3a4
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      tracim/setup.py

+ 1 - 0
tracim/setup.py Ver fichero

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