Browse Source

add mock to testpkgs to avoid trouble with test

Guénaël Muller 6 years ago
parent
commit
05bfd7a3a4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tracim/setup.py

+ 1 - 0
tracim/setup.py View File

24
     'nose',
24
     'nose',
25
     'coverage',
25
     'coverage',
26
     'gearbox',
26
     'gearbox',
27
+    'mock',
27
 ]
28
 ]
28
 
29
 
29
 install_requires = [
30
 install_requires = [