forked from fetchai/agents-aea
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpytest.ini
More file actions
17 lines (15 loc) · 744 Bytes
/
pytest.ini
File metadata and controls
17 lines (15 loc) · 744 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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
filterwarnings =
ignore:the imp module is deprecated in favour of importlib:DeprecationWarning
ignore:Call to deprecated create function
ignore:Couldn't parse