問題タブ [pytest-cov]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
2 に答える
5416 参照

python - requirements.txt から pytest をインストールできません

pip3Python プロジェクトのモジュールをインストールするために使用しています。私requirements.txtはこのように見えます:

pytest要件に明らかに追加しましたが、実行すると、次の例外がpip3 install -r requirements.txt見つからず、表示されません。pytest

手動でpip3 install pytest要件ファイルを実行してから実行すると、正常に動作します。

pytest が からインストールされないのはなぜrequirements.txtですか?