You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by tv...@apache.org on 2021/08/09 08:00:29 UTC

[buildstream] branch tristan/refresh-deps updated (b112c5b -> 64a827e)

This is an automated email from the ASF dual-hosted git repository.

tvb pushed a change to branch tristan/refresh-deps
in repository https://gitbox.apache.org/repos/asf/buildstream.git.


    from b112c5b  requirements: Refresh the static required versions used in tox environments.
     add 4fb63c5  .pylintrc: Disable unused-private-member error
     add 0dda4fc  tests/frontend/pull.py: Updated formatting to make black happier
     add 64a827e  Fixing pylint errors

No new revisions were added by this update.

Summary of changes:
 .pylintrc                                      |  5 ++
 src/buildstream/_cas/cascache.py               |  2 +-
 src/buildstream/_cas/casdprocessmanager.py     |  4 +-
 src/buildstream/_cas/casserver.py              | 27 ++++++---
 src/buildstream/_stream.py                     | 10 ++--
 src/buildstream/downloadablefilesource.py      |  2 +-
 src/buildstream/plugin.py                      |  2 +-
 src/buildstream/sandbox/_sandboxbuildboxrun.py | 76 +++++++++++++-------------
 src/buildstream/storage/_filebaseddirectory.py |  2 +-
 src/buildstream/testing/runcli.py              |  2 +-
 src/buildstream/utils.py                       | 32 +++++------
 tests/examples/developing.py                   |  2 +-
 tests/frontend/fetch.py                        |  2 +-
 tests/frontend/pull.py                         |  8 ++-
 tests/frontend/show.py                         |  2 +-
 tests/frontend/source_checkout.py              |  4 +-
 tests/frontend/track.py                        |  2 +-
 tests/remoteexecution/workspace.py             |  4 +-
 18 files changed, 103 insertions(+), 85 deletions(-)