- [pytest]
- addopts = --ignore=exclude --ignore-glob=*exclude*
- #TENSORFLOW.... just stop
- filterwarnings =
- ignore:Call to deprecated create function FieldDescriptor
- ignore:Call to deprecated create function Descriptor
- ignore:Call to deprecated create function EnumDescriptor
- ignore:Call to deprecated create function EnumValueDescriptor
- ignore:Call to deprecated create function FileDescriptor
- ignore:Call to deprecated create function OneofDescriptor
- #[pycodestyle]
- #ignore = not_me_* ALL
|