[Notes] [Git][BuildGrid/buildgrid][master] setup.py: Pin moto dependency and require < 1.3.7



Title: GitLab

Martin Blanchard pushed to branch master at BuildGrid / buildgrid

Commits:

1 changed file:

Changes:

  • setup.py
    ... ... @@ -87,7 +87,7 @@ def get_cmdclass():
    87 87
     
    
    88 88
     tests_require = [
    
    89 89
         'coverage >= 4.5.0',
    
    90
    -    'moto',
    
    90
    +    'moto < 1.3.7',
    
    91 91
         'pep8',
    
    92 92
         'psutil',
    
    93 93
         'pytest >= 3.8.0',
    



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