This is an automated email from the ASF dual-hosted git repository.
akitouni pushed a change to branch abderrahim/test-skipping
in repository https://gitbox.apache.org/repos/asf/buildstream.git
omit 8e646d22b tests: pytest_collection_modifyitems hook to skip tests
add 9a9c454f4 Fix pulling buildtrees in bst shell
add 60d933977 Merge pull request #1882 from
apache/abderrahim/shell-pull-buildtrees
add 669a39fe0 Add support for Python 3.12
add c091049cc Update to latest image and enable Fedora 39
add 82d103335 Update cibuildwheel since the old one doesn't support Python
3.12
add 44c569d82 Update dependencies for Python 3.12 support
add 27174250a Merge pull request #1881 from nanonyme/nanonyme/python_312
add 81e514257 tests: pytest_collection_modifyitems hook to skip tests
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (8e646d22b)
\
N -- N -- N refs/heads/abderrahim/test-skipping (81e514257)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/common.env | 6 +++---
.github/compose/ci.docker-compose.yml | 9 ++++++++
.github/workflows/ci.yml | 4 +++-
.github/workflows/release.yml | 1 +
requirements/dev-requirements.txt | 2 +-
requirements/requirements.txt | 6 +++---
src/buildstream/_stream.py | 2 +-
tox.ini | 40 +++++++++++++++++------------------
8 files changed, 41 insertions(+), 29 deletions(-)