-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpytest.ini
More file actions
19 lines (19 loc) · 1.13 KB
/
pytest.ini
File metadata and controls
19 lines (19 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[pytest]
junit_family = legacy
addopts =
--ignore=venv
--durations=0
--durations-min=0.5
--junitxml=build/test-results/junit.xml
filterwarnings =
ignore:Unverified HTTPS request:requests.packages.urllib3.exceptions.InsecureRequestWarning:
; This can be removed once botocore amends its behavior: https://github.com/boto/boto3/issues/3889
ignore:datetime\.datetime\.utcnow\(\) is deprecated .*:DeprecationWarning:
; This can be removed once Tavern stops pinning back pytest to <7.3.1: https://docs.pytest.org/en/stable/changelog.html#pytest-7-3-1-2023-04-14
ignore:TestResult has no addDuration method:RuntimeWarning:
; These can be removed once Tavern stops pinning back pytest to <7.3.2: https://docs.pytest.org/en/stable/changelog.html#pytest-7-3-2-2023-06-10
ignore:Attribute s is deprecated .*:DeprecationWarning:
ignore::pytest.PytestDeprecationWarning
ignore:ast\.Str is deprecated .*:DeprecationWarning:
ignore:Type google._upb._message.MessageMapContainer uses PyType_Spec .*:DeprecationWarning:
ignore:Type google._upb._message.ScalarMapContainer uses PyType_Spec .*:DeprecationWarning: