We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61d364c commit 28a4674Copy full SHA for 28a4674
1 file changed
pytest.ini
@@ -1,3 +1,22 @@
1
[pytest]
2
markers =
3
smoke: Build verification test
4
+
5
+filterwarnings =
6
+ ignore: WARNING the new order is not taken into account:UserWarning
7
+ ignore::urllib3.exceptions.InsecureRequestWarning
8
+ ignore::cryptography.utils.CryptographyDeprecationWarning
9
+ ignore: Use ProtectionLevel enum instead:DeprecationWarning
10
+ ignore: Use protection_level parameter instead:DeprecationWarning
11
+ ignore: pkg_resources is deprecated as an API:DeprecationWarning
12
13
+log_format=%(asctime)s %(levelname)s:%(name)s:%(message)s
14
+log_date_format=%H:%M:%S %z
15
+log_level=INFO
16
+junit_logging=all
17
+junit_family=xunit2
18
+junit_log_passing_tests=0
19
+asyncio_mode=auto
20
+addopts = --last-failed-no-failures=none
21
22
+#addopts = --pdbcls=IPython.terminal.debugger:Pdb
0 commit comments