[Notes] [Git][BuildStream/buildstream][tristan/pin-pytest-pylint] 3 commits: setup.cfg: Add tests/integration/project to norecursedirs



Title: GitLab

Tristan Van Berkom pushed to branch tristan/pin-pytest-pylint at BuildStream / buildstream

Commits:

2 changed files:

Changes:

  • dev-requirements.txt
    1 1
     coverage == 4.4.0
    
    2 2
     pep8
    
    3
    -pytest >= 3.1.0
    
    3
    +pytest == 3.7.1
    
    4
    +pylint == 2.1.1
    
    4 5
     pytest-cov >= 2.5.0
    
    5 6
     pytest-datafiles
    
    6 7
     pytest-env
    

  • setup.cfg
    ... ... @@ -11,7 +11,7 @@ test=pytest
    11 11
     
    
    12 12
     [tool:pytest]
    
    13 13
     addopts = --verbose --basetemp ./tmp --pep8 --pylint --pylint-rcfile=.pylintrc --cov=buildstream --cov-config .coveragerc
    
    14
    -norecursedirs = integration-cache tmp __pycache__ .eggs
    
    14
    +norecursedirs = tests/integration/project integration-cache tmp __pycache__ .eggs
    
    15 15
     python_files = tests/*/*.py
    
    16 16
     pep8maxlinelength = 119
    
    17 17
     pep8ignore =
    



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