pytest.ini 510 B

12345678910111213
  1. [pytest]
  2. addopts = --ignore=exclude --ignore-glob=*exclude*
  3. #TENSORFLOW.... just stop
  4. filterwarnings =
  5. ignore:Call to deprecated create function FieldDescriptor
  6. ignore:Call to deprecated create function Descriptor
  7. ignore:Call to deprecated create function EnumDescriptor
  8. ignore:Call to deprecated create function EnumValueDescriptor
  9. ignore:Call to deprecated create function FileDescriptor
  10. ignore:Call to deprecated create function OneofDescriptor
  11. #[pycodestyle]
  12. #ignore = not_me_* ALL