gpt4 book ai didi

python - tox 如何通过需求文件安装模块?

转载 作者:IT老高 更新时间:2023-10-28 20:36:18 27 4
gpt4 key购买 nike

我们的 python 项目有一个 requirements.txt 文件,其中列出了一些依赖模块。我们曾经使用过

pip install -r requirements.txt

安装这些依赖项。我们现在正在使用 tox 来构建测试环境。我的问题是我们如何直接通过 requirements.txt 安装模块。

以下是我们的 tox.ini 和 requirements.txt:

tox.ini:

[tox]
envlist=py27
[testenv]
deps=pytest
boto
commands=py.test

rquirements.txt:

boto

有什么方法可以从 tox.ini 中删除“boto”并添加类似的东西

deps_files=requirements.txt

最佳答案

 deps = -r{toxinidir}/tools/pip-requires
-r{toxinidir}/tools/test-requires

关于python - tox 如何通过需求文件安装模块?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12258456/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com