-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
python: fix missing flake8-formatter-junit-xml dependency
In CI we use the following command: poetry run pflake8 --config ./pyproject.toml --output-file flake8.xml --format junit-xml Unfortunately, when flake8 doesn't recognize a predefined format, it silently interprets it as a format string. As a result the output file flake8.xml contained a single line with the raw string "junit-xml". Signed-off-by: Simon Ser <[email protected]>
- Loading branch information
Showing
4 changed files
with
85 additions
and
3 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters