Skip to content

Commit

Permalink
Merge branch 'main' into link-packaging-user-guide
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Sep 4, 2024
2 parents f2af676 + 336efcb commit a05e38e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
path: dist

- name: Generate artifact attestation for sdist and wheel
uses: actions/attest-build-provenance@310b0a4a3b0b78ef57ecda988ee04b132db73ef8 # v1.4.1
uses: actions/attest-build-provenance@6149ea5740be74af77f260b9db67e633f6b0a9a1 # v1.4.2
with:
subject-path: "dist/build-*"

Expand Down
1 change: 1 addition & 0 deletions tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ def _ignore_folder(base, filenames):
return dest / f'{name}-{version}'


@pytest.mark.network
@pytest.mark.parametrize(
'call',
[
Expand Down
1 change: 1 addition & 0 deletions tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,7 @@ def raise_called_process_err(*args, **kwargs):
)


@pytest.mark.network
@pytest.mark.parametrize('verbosity', [0, 1])
def test_verbose_output(
capsys: pytest.CaptureFixture,
Expand Down

0 comments on commit a05e38e

Please sign in to comment.