forked from valory-xyz/open-aea
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pytest.ini
24 lines (22 loc) · 1.32 KB
/
pytest.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[pytest]
log_cli = 1
log_cli_level = DEBUG
log_cli_format = %(asctime)s [%(levelname)8s] %(message)s (%(filename)s:%(lineno)s)
log_cli_date_format=%Y-%m-%d %H:%M:%S
markers =
integration: marks end-to-end tests which require the oef, soef, ledger or other network services
unstable: marks test as unstable (won't be run in CI)
ledger: marks tests which require ledger test networks (ethereum, cosmos, fetchai); these tests should also be marked 'integration'
flaky: marks tests which are flaky and worth re-running
sync: marks test for run in sync mode
profiling: marks profiler tests that must be run separately to avoid garbage collector interferences
filterwarnings =
ignore:the imp module is deprecated in favour of importlib:DeprecationWarning
ignore:Call to deprecated create function FileDescriptor().
ignore:Call to deprecated create function Descriptor().
ignore:Call to deprecated create function FieldDescriptor().
ignore:Call to deprecated create function EnumValueDescriptor().
ignore:Call to deprecated create function EnumDescriptor().
ignore:The 'asyncio_mode' default value will change to 'strict' in future, please explicitly use 'asyncio_mode=strict' or 'asyncio_mode=auto' in pytest configuration file.
ignore:There is no current event loop
ignore::DeprecationWarning