問題タブ [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.
python - requirements.txt から pytest をインストールできません
pip3
Python プロジェクトのモジュールをインストールするために使用しています。私requirements.txt
はこのように見えます:
pytest
要件に明らかに追加しましたが、実行すると、次の例外がpip3 install -r requirements.txt
見つからず、表示されません。pytest
手動でpip3 install pytest
要件ファイルを実行してから実行すると、正常に動作します。
pytest が からインストールされないのはなぜrequirements.txt
ですか?