Tox in verbose mode?
まだ誰も着手していません。
評価
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 初心者へのやさしさ
- 25/100
調査の方向性
まず、action とコンテナが TOX_PARAMS をどのように扱っているかを確認し、次にデフォルトのインストール出力と、issue で説明されている -vvvvv の動作を比較します。詳細度を action とコンテナ設定のどちらに置くべきかを明確にし、報告で言及されているユーザーによる上書きを考慮します。インストールプロセスが要求された診断の詳細を提供しつつ、ユーザー設定による上書きを妨げなければ完了です。
索引モデルが issue の本文から書いたものです。
説明
It might be useful to have tox in more verbose mode than the default. I'm gonna explain what happened to me recently. I've prepared a CI job with fedora-python-tox. The test dependencies contain one which has to be compiled from sources and therefore needs some non-Python deps to be installed in the container in advance. If the system package is missing, pip fails to install (compile) the package, and instead of exiting with an error, it keeps trying with older and older versions of the same package all failing for the same reason. This ended up after hours because of timeout. To uncover the problem, I had to manually add
env:
TOX_PARAMS: -vvvvv
to the config to see what's happening during the installation process.
I know that the verbose mode might produce a lot of logs but having a log of the installation process sounds reasonable to me. What do you think? Should this be done on the action or container image level? I believe that both can be overwritten by user settings.
- 主要言語
- Python
- スター
- 17
- フォーク
- 3
- PR マージ指標
- 30日以内にマージされた PR はありません
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
fedora-python/tox-github-action のほかの issue
-
bug
難易度 3/5 1〜2日 初心者へのやさしさ 45/100
fedora-python/tox-github-action#30 · コメント 3 件 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 35/100
fedora-python/tox-github-action#8 · コメント 4 件 ·
fedora-python/tox-github-action の issue をすべて見る
似ている issue
-
bug
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
stephrobert/dsoxlab#238 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
sublimehq/package_control#1780 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 65/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100
nwg-piotr/nwg-displays#145 ·