-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpytest.ini
More file actions
23 lines (22 loc) · 925 Bytes
/
Copy pathpytest.ini
File metadata and controls
23 lines (22 loc) · 925 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[pytest]
markers =
integration: mark a test as integration.
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
ignore:Deprecated call to
ignore:the imp module is deprecated in favour of importlib
ignore:pkg_resources is deprecated as an API
ignore:VisibleDeprecationWarning
ignore:NormalizationWarning
ignore:ImperfectSplittingWarning
ignore:No negative samples in targets
ignore:invalid value encountered in divide
ignore:A worker stopped while some
log_cli = 1
log_format = %(asctime)s %(levelname)s %(message)s
log_date_format = %Y-%m-%d %H:%M:%S