소스 검색

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