1 Star 0 Fork 0

也许会在慢慢改变/numpy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pytest.ini 644 Bytes
一键复制 编辑 原始数据 按行查看 历史
mattip 提交于 2020-12-14 11:42 . TST: ignore pytest warning
[pytest]
addopts = -l
norecursedirs = doc tools numpy/linalg/lapack_lite numpy/core/code_generators
doctest_optionflags = NORMALIZE_WHITESPACE ELLIPSIS ALLOW_UNICODE ALLOW_BYTES
junit_family=xunit2
filterwarnings =
error
# Filter out annoying import messages.
ignore:Not importing directory
ignore:numpy.dtype size changed
ignore:numpy.ufunc size changed
ignore::UserWarning:cpuinfo,
# Matrix PendingDeprecationWarning.
ignore:the matrix subclass is not
ignore:Importing from numpy.matlib is
# pytest warning when using PYTHONOPTIMIZE
ignore:assertions not in test modules or plugins:pytest.PytestConfigWarning
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liu1412_620/numpy.git
git@gitee.com:liu1412_620/numpy.git
liu1412_620
numpy
numpy
master

搜索帮助