forked from WebKit/WebKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpytest.ini
More file actions
16 lines (15 loc) · 1.09 KB
/
pytest.ini
File metadata and controls
16 lines (15 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[pytest]
python_files=*_unittest.py *_integrationtest.py
xfail_strict=true
addopts = -rfEX --strict-markers
filterwarnings =
ignore:Please use assert.* instead.:DeprecationWarning
ignore:The 'warn' method is deprecated, use 'warning' instead:DeprecationWarning
ignore:cannot collect test class 'Test[^']*' because it has a __init__ constructor:pytest.PytestCollectionWarning
ignore:the imp module is deprecated in favour of importlib.*:DeprecationWarning
ignore:Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, ?and in 3.[0-9]+ it will stop working:DeprecationWarning
ignore:The readPlist function is deprecated, use load\(\) instead:DeprecationWarning
ignore:inspect.getargspec\(\) is deprecated since Python 3.0, use inspect.signature\(\) or inspect.getfullargspec\(\):DeprecationWarning
ignore:The distutils package is deprecated.*:DeprecationWarning
ignore:ssl module. PROTOCOL_TLS is deprecated.*:DeprecationWarning
ignore:AutoInstall.find_spec() not found; falling back to find_module():ImportWarning