1 Star 0 Fork 163

Fz_GuoLi / PaddleNLP_1

forked from PaddlePaddle / PaddleNLP 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pyproject.toml 768 Bytes
一键复制 编辑 原始数据 按行查看 历史
猫神战之京 提交于 2023-04-24 13:27 . disable warning in pytest (#5767)
[tool.isort]
profile = 'black'
known_third_party = ["paddle"]
skip = ['paddlenlp/transformers/__init__.py']
[tool.black]
line-length = 119
target_version = ['py35', 'py36', 'py37', 'py38', 'py39', 'py310']
exclude = ['.flake8']
[tool.pytest.ini_options]
minversion = "6.0"
addopts = "-ra -q --ignore model_zoo/gpt-3/ppfleetx"
pythonpath = ["."]
testpaths = [
"tests/data",
"tests/datasets",
"tests/embeddings",
"tests/experimental",
"tests/layers",
"tests/metrics",
"tests/ops",
"tests/transformers",
"tests/prompt",
"tests/taskflow",
"tests/utils",
"model_zoo",
"tests/dataaug",
]
python_files = [
"test.py",
"test_*.py"
]
filterwarnings = [
"ignore::UserWarning",
'ignore::DeprecationWarning',
]
Python
1
https://gitee.com/fz__guoli/PaddleNLP_1.git
git@gitee.com:fz__guoli/PaddleNLP_1.git
fz__guoli
PaddleNLP_1
PaddleNLP_1
develop

搜索帮助