[Notes] [Git][BuildGrid/buildgrid][master] setup.py: Unpin the coverage dependency



Title: GitLab

Martin Blanchard pushed to branch master at BuildGrid / buildgrid

Commits:

1 changed file:

Changes:

  • setup.py
    ... ... @@ -86,7 +86,7 @@ def get_cmdclass():
    86 86
         return cmdclass
    
    87 87
     
    
    88 88
     tests_require = [
    
    89
    -    'coverage == 4.4.0',
    
    89
    +    'coverage >= 4.5.0',
    
    90 90
         'moto',
    
    91 91
         'pep8',
    
    92 92
         'psutil',
    



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