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
1=== modified file '.github/workflows/pythonpackage.yml'
2--- .github/workflows/pythonpackage.yml 2021-09-28 08:52:45 +0000
3+++ .github/workflows/pythonpackage.yml 2021-09-28 11:35:10 +0000
4@@ -43,7 +43,7 @@
5 if: "matrix.python-version != 'pypy3'"
6 - name: Test suite run
7 run: |
8- python -Werror -Wignore::ImportWarning -Wignore::PendingDeprecationWarning -Wignore::DeprecationWarning -Wignore::ResourceWarning -Wignore::UserWarning ./brz selftest
9+ ./brz selftest
10 env:
11 PYTHONHASHSEED: random
12 BRZ_PLUGIN_PATH: -site:-user

Subscribers

People subscribed via source and target branches