Skip to content

chore: align CI and bump test dependencies#2

Open
abaczek wants to merge 2 commits into
mainfrom
chore/align-ci-and-test-deps
Open

chore: align CI and bump test dependencies#2
abaczek wants to merge 2 commits into
mainfrom
chore/align-ci-and-test-deps

Conversation

@abaczek
Copy link
Copy Markdown

@abaczek abaczek commented May 28, 2026

Summary

  • bumped pytest to >= 9.0.3, < 10
  • bumped mfd-code-quality to >= 1.4.1, < 2
  • aligned GitHub Actions wrappers with intel/mfd shared workflows

Validation

  • git diff --check
  • YAML parse ok
  • pytest ok

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Signed-off-by: abaczek <abaczek@users.noreply.github.com>
Copilot AI review requested due to automatic review settings May 28, 2026 15:50
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

a-gorczew
a-gorczew previously approved these changes May 29, 2026
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Signed-off-by: abaczek <abaczek@users.noreply.github.com>
@abaczek abaczek force-pushed the chore/align-ci-and-test-deps branch from 8318d24 to ee61fe8 Compare May 29, 2026 11:28
Comment on lines +9 to +17
strategy:
fail-fast: false
matrix:
python_version: ['3.10', '3.13']
uses: intel/mfd/.github/workflows/check_code_standard.yml@main
with:
REPOSITORY_NAME: ${{ github.event.pull_request.head.repo.full_name }}
BRANCH_NAME: ${{ github.head_ref }}
PYTHON_VERSION: ${{ matrix.python_version }}
Comment on lines +9 to +12
uses: intel/mfd/.github/workflows/check_pr_format.yml@main
with:
REPOSITORY_NAME: ${{ github.event.pull_request.head.repo.full_name }}
BRANCH_NAME: ${{ github.head_ref }}

jobs:
dependency_review:
uses: intel/mfd/.github/workflows/dependency_review.yml@main
Comment on lines +10 to +21
strategy:
fail-fast: false
matrix:
python_version: ['3.10', '3.13']
uses: intel/mfd/.github/workflows/main.yml@main
secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
with:
REPOSITORY_NAME: ${{ github.repository }}
BRANCH_NAME: ${{ github.ref_name }}
PYTHON_VERSION: ${{ matrix.python_version }}
PROJECT_NAME: 'mfd-packet-capture'
Comment on lines +9 to +20
strategy:
fail-fast: false
matrix:
python_version: ['3.10', '3.13']
uses: intel/mfd/.github/workflows/pull_request.yml@main
secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
with:
REPOSITORY_NAME: ${{ github.event.pull_request.head.repo.full_name }}
BRANCH_NAME: ${{ github.head_ref }}
PYTHON_VERSION: ${{ matrix.python_version }}
PROJECT_NAME: 'mfd-packet-capture'
Comment on lines +12 to +21
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
python_version: ['3.10', '3.13']
uses: intel/mfd/.github/workflows/run_tests.yml@main
with:
PYTHON_VERSION: ${{ matrix.python_version }}
RUNS_ON: ${{ matrix.os }}
PROJECT_NAME: 'mfd-packet-capture'
@mfd-intel-bot
Copy link
Copy Markdown

We don't publish DEVs .whl.
To build .whl, run 'pip install git+https://github.com/intel/mfd-packet-capture@chore/align-ci-and-test-deps'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants