forked from voxel51/fiftyone
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpytest.ini
More file actions
14 lines (13 loc) · 739 Bytes
/
Copy pathpytest.ini
File metadata and controls
14 lines (13 loc) · 739 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[pytest]
python_files = *test*.py
filterwarnings =
ignore:dns.hash module will be removed in future versions:DeprecationWarning
ignore:the imp module is deprecated in favour of importlib:DeprecationWarning
ignore:the imp module is deprecated in favour of importlib:PendingDeprecationWarning
ignore:Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated:DeprecationWarning
ignore:numpy.* size changed, may indicate binary incompatibility:RuntimeWarning
ignore:Call to deprecated create function:DeprecationWarning
# Default 1 minute timeout per test
# Can be overridden by the methods specified in the
# [documentation](https://pypi.org/project/pytest-timeout/)
timeout = 60