[Notes] [Git][BuildGrid/buildgrid][master] 3 commits: setup.py: Unpin pytest version but require >= 3.8.0



Title: GitLab

Martin Blanchard pushed to branch master at BuildGrid / buildgrid

Commits:

3 changed files:

Changes:

  • .pylintrc
    ... ... @@ -455,8 +455,12 @@ known-standard-library=
    455 455
     
    
    456 456
     # Force import order to recognize a module as part of a third party library.
    
    457 457
     known-third-party=boto3,
    
    458
    +                  click,
    
    458 459
                       enchant,
    
    459
    -                  grpc
    
    460
    +                  google,
    
    461
    +                  grpc,
    
    462
    +                  moto,
    
    463
    +                  yaml
    
    460 464
     
    
    461 465
     
    
    462 466
     [DESIGN]
    

  • setup.cfg
    ... ... @@ -14,3 +14,6 @@ pep8ignore =
    14 14
         docs/source/conf.py ALL
    
    15 15
         *_pb2.py ALL
    
    16 16
         *_pb2_grpc.py ALL
    
    17
    +filterwarnings =
    
    18
    +    ignore::DeprecationWarning
    
    19
    +    ignore::PendingDeprecationWarning
    \ No newline at end of file

  • setup.py
    ... ... @@ -90,7 +90,7 @@ tests_require = [
    90 90
         'moto',
    
    91 91
         'pep8',
    
    92 92
         'psutil',
    
    93
    -    'pytest == 3.6.4',
    
    93
    +    'pytest >= 3.8.0',
    
    94 94
         'pytest-cov >= 2.6.0',
    
    95 95
         'pytest-pep8',
    
    96 96
         'pytest-pylint',
    



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