浏览代码

remove pytest in pyproject.toml

Rodrigo Perez-Vicente 2 年之前
父节点
当前提交
06fc47edeb
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      pyproject.toml

+ 0 - 3
pyproject.toml

@@ -33,6 +33,3 @@ reportUntypedFunctionDecorator = "none"
 reportMissingTypeStubs = false
 reportUnboundVariable = "warning"
 reportGeneralTypeIssues ="none"
-
-[tool.pytest.ini_options]
-filterwarnings = ['ignore:.*step API.*:DeprecationWarning'] # TODO: to be removed when old step API is removed