Merge lp:~jelmer/brz/invoke-brz into lp:brz

Proposed by Jelmer Vernooij
Status: Merged
Approved by: Jelmer Vernooij
Approved revision: no longer in the source branch.
Merge reported by: The Breezy Bot
Merged at revision: not available
Proposed branch: lp:~jelmer/brz/invoke-brz
Merge into: lp:brz
Diff against target: 12 lines (+1/-1)
1 file modified
.github/workflows/pythonpackage.yml (+1/-1)
To merge this branch: bzr merge lp:~jelmer/brz/invoke-brz
Reviewer Review Type Date Requested Status
Jelmer Vernooij Approve
Review via email: mp+409289@code.launchpad.net

Commit message

Invoke brz directly, not via Python.

Description of the change

Invoke brz directly, not via Python.

To post a comment you must log in.
Revision history for this message
Jelmer Vernooij (jelmer) :
review: Approve
Revision history for this message
The Breezy Bot (the-breezy-bot) wrote :

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file '.github/workflows/pythonpackage.yml'
--- .github/workflows/pythonpackage.yml 2021-09-28 08:52:45 +0000
+++ .github/workflows/pythonpackage.yml 2021-09-28 11:35:10 +0000
@@ -43,7 +43,7 @@
43 if: "matrix.python-version != 'pypy3'"43 if: "matrix.python-version != 'pypy3'"
44 - name: Test suite run44 - name: Test suite run
45 run: |45 run: |
46 python -Werror -Wignore::ImportWarning -Wignore::PendingDeprecationWarning -Wignore::DeprecationWarning -Wignore::ResourceWarning -Wignore::UserWarning ./brz selftest46 ./brz selftest
47 env:47 env:
48 PYTHONHASHSEED: random48 PYTHONHASHSEED: random
49 BRZ_PLUGIN_PATH: -site:-user49 BRZ_PLUGIN_PATH: -site:-user

Subscribers

People subscribed via source and target branches