Skip to content
Snippets Groups Projects
  • Ville Skyttä's avatar
    a48d426f
    Travis and tox config improvements (#28667) · a48d426f
    Ville Skyttä authored
    * Use travis_wait only with pylint
    
    pylint is the only job that is expected to be silent for extended time.
    For others such a silence is a sign of a problem and using travis_wait
    just lengthens the wait, and makes things harder to follow and debug,
    because it also suppresses output in the web UI.
    
    * Use pytest-xdist in tox
    
    Similarly as in Azure.
    a48d426f
    History
    Travis and tox config improvements (#28667)
    Ville Skyttä authored
    * Use travis_wait only with pylint
    
    pylint is the only job that is expected to be silent for extended time.
    For others such a silence is a sign of a problem and using travis_wait
    just lengthens the wait, and makes things harder to follow and debug,
    because it also suppresses output in the web UI.
    
    * Use pytest-xdist in tox
    
    Similarly as in Azure.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.