alexmojaki / alexmojaki/outdated

Stop querying pypi when OUTDATED_IGNORE is on

オープン
#13 コメント 2 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Python
スター
27
フォーク
7
PR マージ指標
30日以内にマージされた PR はありません

説明

My understanding of how outdated works is that if the environment variable `OUTDATED_IGNORE` is set (to any non empty value), then it will stop warning when a package is outdated.

But this will still query pypi in the background. Again, my understanding is that this will happen in a different thread and should not have a detrimental impact on performance.

Nevertheless, some people don't want to have their production environment attempt to query pypi, for various reason (security being the main one).

Would it be possible to change the behaviour of OUTDATED_IGNORE so that it makes `outdated` do absolutely nothing. or alternatively add another environment variable to disable checks altogether.

Thanks.

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。