forked from apple/coremltools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpytest.ini
More file actions
21 lines (17 loc) · 675 Bytes
/
pytest.ini
File metadata and controls
21 lines (17 loc) · 675 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[pytest]
log_cli = false
log_cli_level = INFO
log_file = test.log
log_file_level = DEBUG
log_format = [%(asctime)s %(levelname)s %(pathname)s:%(lineno)s] %(message)s
log_file_format = [%(asctime)s %(levelname)s %(pathname)s:%(lineno)s] %(message)s
log_date_format = %Y%m%d %H:%M:%S
log_file_date_format = %Y%m%d %H:%M:%S
markers =
slow: tests that take more than a second or so to run
tf_slow_tests: TensorFlow conversion tests taking more than a minute or so
filterwarnings =
module
ignore:.*the imp module.*:DeprecationWarning
ignore:.*as a synonym of type is deprecated:FutureWarning
ignore:.*resolve package from __spec__ or __package__:ImportWarning