gpt4 book ai didi

python - nosetest 弃用警告

转载 作者:太空宇宙 更新时间:2023-11-03 11:10:57 24 4
gpt4 key购买 nike

对于我的代码导入的第 3 方模块,我从 nosetest 收到弃用警告。

有人知道如何消除这些警告吗?

我知道以下标志适用于同一代码的任意 python 运行:

 python -W ignore::DeprecationWarning

但是,调用 nosetest 似乎并没有给我一个类似的标志来防止警告出现在测试报告中。

最佳答案

import warnings
warnings.filterwarnings('ignore', category=DeprecationWarning)

在测试脚本的开头,在导入任何有问题的库之前。

关于python - nosetest 弃用警告,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3728325/

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